Tao.OpenAl SDK Documentation

Al.alSourceUnqueueBuffers Method

Unqueues a set of buffers attached to a source.

Overload List

Unqueues a set of buffers attached to a source.

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

Unqueues a set of buffers attached to a source.

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

Unqueues a set of buffers attached to a source.

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

Unqueues a set of buffers attached to a source.

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

See Also

Al Class | Tao.OpenAl Namespace