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