Tao.Sdl SDK Documentation

Sdl.SDL_BuildAudioCVT Method (IntPtr, UInt16, Byte, Int32, UInt16, Byte, Int32)

[Visual Basic]
Overloads Public Shared Function SDL_BuildAudioCVT( _
   ByVal cvt As IntPtr, _
   ByVal src_format As UInt16, _
   ByVal src_channels As Byte, _
   ByVal src_rate As Integer, _
   ByVal dst_format As UInt16, _
   ByVal dst_channels As Byte, _
   ByVal dst_rate As Integer _
) As Integer
[C#]
public static int SDL_BuildAudioCVT(
   IntPtr cvt,
   ushort src_format,
   byte src_channels,
   int src_rate,
   ushort dst_format,
   byte dst_channels,
   int dst_rate
);

See Also

Sdl Class | Tao.Sdl Namespace | Sdl.SDL_BuildAudioCVT Overload List