Tao.OpenAl SDK Documentation

Alc.LPALCCAPTURESAMPLESDelegate Delegate

[Visual Basic]
Public Delegate Sub Alc.LPALCCAPTURESAMPLESDelegate( _
   ByVal device As IntPtr, _
   ByVal buffer As IntPtr, _
   ByVal samples As Integer _
)
[C#]
public delegate void Alc.LPALCCAPTURESAMPLESDelegate(
   IntPtr device,
   IntPtr buffer,
   int samples
);

Requirements

Namespace: Tao.OpenAl

Assembly: Tao.OpenAl (in Tao.OpenAl.dll)

See Also

Tao.OpenAl Namespace