Tao.OpenAl SDK Documentation

Alut.alutLoadMemoryHelloWorld Method 

[Visual Basic]
Public Shared Function alutLoadMemoryHelloWorld( _
   ByRef format As Integer, _
   ByRef size As Integer, _
   ByRef frequency As Single _
) As IntPtr
[C#]
public static IntPtr alutLoadMemoryHelloWorld(
   out int format,
   out int size,
   out float frequency
);

See Also

Alut Class | Tao.OpenAl Namespace