EffectsExtension.BindSourceToAuxiliarySlot Method

Definition

Overloads

BindSourceToAuxiliarySlot(Int32, Int32, Int32, Int32)

(Helper) Reroutes a Source's output into an Auxiliary Effect Slot.

BindSourceToAuxiliarySlot(UInt32, UInt32, Int32, UInt32)

(Helper) Reroutes a Source's output into an Auxiliary Effect Slot.

BindSourceToAuxiliarySlot(Int32, Int32, Int32, Int32)

(Helper) Reroutes a Source's output into an Auxiliary Effect Slot.

public void BindSourceToAuxiliarySlot (int source, int slot, int slotnumber, int filter);
member this.BindSourceToAuxiliarySlot : int * int * int * int -> unit

Parameters

source
Int32

The Source handle who's output is forwarded.

slot
Int32

The Auxiliary Effect Slot handle that receives input from the Source.

slotnumber
Int32

Every Source has only a limited number of slots it can feed buffer to. The number must stay below AlcContextAttributes.EfxMaxAuxiliarySends

filter
Int32

Filter handle to be attached between Source ouput and Auxiliary Slot input. Use 0 or EfxFilterType.FilterNull for no filter.

Applies to

BindSourceToAuxiliarySlot(UInt32, UInt32, Int32, UInt32)

Important

This API is not CLS-compliant.

(Helper) Reroutes a Source's output into an Auxiliary Effect Slot.

[System.CLSCompliant(false)]
public void BindSourceToAuxiliarySlot (uint source, uint slot, int slotnumber, uint filter);
member this.BindSourceToAuxiliarySlot : uint32 * uint32 * int * uint32 -> unit

Parameters

source
UInt32

The Source handle who's output is forwarded.

slot
UInt32

The Auxiliary Effect Slot handle that receives input from the Source.

slotnumber
Int32

Every Source has only a limited number of slots it can feed buffer to. The number must stay below AlcContextAttributes.EfxMaxAuxiliarySends

filter
UInt32

Filter handle to be attached between Source ouput and Auxiliary Slot input. Use 0 or EfxFilterType.FilterNull for no filter.

Attributes

Applies to