Tao.OpenAl SDK Documentation

Al.alGetBufferfv Method

Retrieves a floating point property of a buffer.

Overload List

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[]);

See Also

Al Class | Tao.OpenAl Namespace