Tao.Sdl SDK Documentation |
|
Smpeg.SMPEG_pause Method
Pause/Resume playback of an SMPEG object
[Visual Basic]
Public Shared Sub SMPEG_pause( _
ByVal
mpeg As
IntPtr _
)
[C#]
public static
void SMPEG_pause(
IntPtr mpeg);
Parameters
-
mpeg
- Handle to MPEG file.
Remarks
Binds to a C-function call in smpeg.h
void SMPEG_pause( IntPtr mpeg )
See Also
Smpeg Class | Tao.Sdl Namespace