Tao.OpenAl SDK Documentation |
|
Al.LPALBUFFER3FDelegate Delegate
[Visual Basic]
Public Delegate Sub Al.LPALBUFFER3FDelegate( _
ByVal
bid As
Integer, _
ByVal
param As
Integer, _
ByVal
value1 As
Single, _
ByVal
value2 As
Single, _
ByVal
value3 As
Single _
)
[C#]
public delegate void Al.LPALBUFFER3FDelegate(
int bid,
int param,
float value1,
float value2,
float value3);
Requirements
Namespace:
Tao.OpenAl
Assembly: Tao.OpenAl (in Tao.OpenAl.dll)
See Also
Tao.OpenAl Namespace