Tao.Sdl SDK Documentation

Smpeg.SMPEG_wantedSpec Method 

Get the best SDL audio spec for the audio stream

[Visual Basic]
Public Shared Function SMPEG_wantedSpec( _
   ByVal mpeg As IntPtr, _
   ByVal wanted As IntPtr _
) As Integer
[C#]
public static int SMPEG_wantedSpec(
   IntPtr mpeg,
   IntPtr wanted
);

Parameters

mpeg
MPEG object.
wanted
SDL_AudioSpec

Return Value

Remarks

Binds to a C-function call in smpeg.h

            int SMPEG_wantedSpec( SMPEG *mpeg, SDL_AudioSpec *wanted )
            

See Also

Smpeg Class | Tao.Sdl Namespace