Tao.Sdl SDK Documentation |
|
Smpeg.SMPEG_skip Method
Skip 'seconds' seconds in the MPEG stream
[Visual Basic]
Public Shared Sub SMPEG_skip( _
ByVal
mpeg As
IntPtr, _
ByVal
seconds As
Single _
)
Parameters
-
mpeg
- Handle to MPEG file.
-
seconds
- Seconds in the MPEG stream.
Remarks
Binds to a C-function call in smpeg.h
void SMPEG_skip( SMPEG* mpeg, float seconds );
See Also
Smpeg Class | Tao.Sdl Namespace