Tao.OpenAl SDK Documentation

Al.alSourcefv Method

Sets a floating point-vector property of a source.

Overload List

Sets a floating point-vector property of a source.

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

Sets a floating point-vector property of a source.

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

Sets a floating point-vector property of a source.

public static void alSourcefv(int,int,ref float);

Sets a floating point-vector property of a source.

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

See Also

Al Class | Tao.OpenAl Namespace