Tao.OpenAl SDK Documentation

Al.alGetSourceiv Method

Retrieves an integer property of a source.

Overload List

Retrieves an integer property of a source.

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

Retrieves an integer property of a source.

public static void alGetSourceiv(int,int,out int);

Retrieves an integer property of a source.

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

Retrieves an integer property of a source.

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

See Also

Al Class | Tao.OpenAl Namespace