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