Tao.OpenAl SDK Documentation

Al.alGetSource3f Method

Retrieves an integer property of a source.

Overload List

Retrieves an integer property of a source.

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

Retrieves an integer property of a source.

public static void alGetSource3f(int,int,Single*,Single*,Single*);

Retrieves an integer property of a source.

public static void alGetSource3f(int,int,out float,out float,out float);

Retrieves an integer property of a source.

public static void alGetSource3f(int,int,float[],float[],float[]);

See Also

Al Class | Tao.OpenAl Namespace