Tao.Sdl SDK Documentation

Smpeg.SMPEG_actualSpec Method 

Inform SMPEG of the actual SDL audio spec used for sound playback

[Visual Basic]
Public Shared Sub SMPEG_actualSpec( _
   ByVal mpeg As IntPtr, _
   ByRef spec As SDL_AudioSpec _
)
[C#]
public static void SMPEG_actualSpec(
   IntPtr mpeg,
   ref SDL_AudioSpec spec
);

Parameters

mpeg
MPEG object.
spec
SDL_AudioSpec

Return Value

Remarks

Binds to a C-function call in smpeg.h

            void SMPEG_actualSpec( SMPEG *mpeg, SDL_AudioSpec *spec )
            

See Also

Smpeg Class | Tao.Sdl Namespace