Tao.OpenAl SDK Documentation

Al.alSourceQueueBuffers Method

Queues a set of buffers on a source.

Overload List

Queues a set of buffers on a source.

public static void alSourceQueueBuffers(int,int,Int32*);

Queues a set of buffers on a source.

public static void alSourceQueueBuffers(int,int,ref int);

Queues a set of buffers on a source.

public static void alSourceQueueBuffers(int,int,int[]);

Queues a set of buffers on a source.

public static void alSourceQueueBuffers(int,int,IntPtr);

See Also

Al Class | Tao.OpenAl Namespace