Retrieves a floating point property of a source.
Retrieves a floating point property of a source.
public static void alGetSourcef(int,int,IntPtr);
Retrieves a floating point property of a source.
public static void alGetSourcef(int,int,Single*);
Retrieves a floating point property of a source.
public static void alGetSourcef(int,int,out float);
Retrieves a floating point property of a source.
public static void alGetSourcef(int,int,float[]);
Al Class | Tao.OpenAl Namespace