Tao.OpenAl SDK Documentation

Al.alGetListener3f Method

Retrieves a set of three floating point values from a property of the listener.

Overload List

Retrieves a set of three floating point values from a property of the listener.

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

Retrieves a set of three floating point values from a property of the listener.

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

Retrieves a set of three floating point values from a property of the listener.

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

Retrieves a set of three floating point values from a property of the listener.

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

See Also

Al Class | Tao.OpenAl Namespace