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