Tao.OpenAl SDK Documentation |
|
Al.alGetSource3f Method (Int32, Int32, IntPtr, IntPtr, IntPtr)
Retrieves an integer property of a source.
[Visual Basic]
Overloads Public Shared Sub alGetSource3f( _
ByVal
source As
Integer, _
ByVal
attribute As
Integer, _
ByVal
value1 As
IntPtr, _
ByVal
value2 As
IntPtr, _
ByVal
value3 As
IntPtr _
)
Parameters
-
source
- Source name whose attribute is being retrieved.
-
attribute
-
The name of the attribute to retrieve:
-
value1
- The float values which the attribute will be set to.
-
value2
- The float values which the attribute will be set to.
-
value3
- The float values which the attribute will be set to.
See Also
Al Class | Tao.OpenAl Namespace | Al.alGetSource3f Overload List