AL.BindBufferToSource Method

Definition

Overloads

BindBufferToSource(Int32, Int32)

(Helper) Binds a Buffer to a Source handle.

BindBufferToSource(UInt32, UInt32)

(Helper) Binds a Buffer to a Source handle.

BindBufferToSource(Int32, Int32)

(Helper) Binds a Buffer to a Source handle.

public static void BindBufferToSource (int source, int buffer);
static member BindBufferToSource : int * int -> unit

Parameters

source
Int32

Source name to attach the Buffer to.

buffer
Int32

Buffer name which is attached to the Source.

Applies to

BindBufferToSource(UInt32, UInt32)

Important

This API is not CLS-compliant.

(Helper) Binds a Buffer to a Source handle.

[System.CLSCompliant(false)]
public static void BindBufferToSource (uint source, uint buffer);
static member BindBufferToSource : uint32 * uint32 -> unit

Parameters

source
UInt32

Source name to attach the Buffer to.

buffer
UInt32

Buffer name which is attached to the Source.

Attributes

Applies to