Tao.OpenAl SDK Documentation

Al.alGetSourcefv Method

Retrieves a floating point-vector property of a source.

Overload List

Retrieves a floating point-vector property of a source.

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

Retrieves a floating point-vector property of a source.

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

Retrieves a floating point-vector property of a source.

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

Retrieves a floating point-vector property of a source.

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

See Also

Al Class | Tao.OpenAl Namespace