Tao.OpenAl SDK Documentation |
|
Al.alGetSourcefv Method (Int32, Int32, IntPtr)
Retrieves a floating point-vector property of a source.
[Visual Basic]
Overloads Public Shared Sub alGetSourcefv( _
ByVal
source As
Integer, _
ByVal
attribute As
Integer, _
ByVal
values As
IntPtr _
)
[C#]
public static
void alGetSourcefv(
int source,
int attribute,
IntPtr values);
Parameters
-
source
- Source name whose attribute is being retrieved.
-
attribute
-
The name of the attribute being retrieved:
-
values
- A pointer to the vector to retrieve.
See Also
Al Class | Tao.OpenAl Namespace | Al.alGetSourcefv Overload List