Tao.Sdl SDK Documentation

Smpeg.SMPEG_stop Method 

Stop playback of an SMPEG object

[Visual Basic]
Public Shared Sub SMPEG_stop( _
   ByVal mpeg As IntPtr _
)
[C#]
public static void SMPEG_stop(
   IntPtr mpeg
);

Parameters

mpeg
Handle to MPEG file.

Remarks

Binds to a C-function call in smpeg.h

            void SMPEG_stop( SMPEG* mpeg )
            

See Also

Smpeg Class | Tao.Sdl Namespace