Tao.Sdl SDK Documentation |
|
Smpeg.SMPEG_seek Method
Seek 'bytes' bytes in the MPEG stream
[Visual Basic]
Public Shared Sub SMPEG_seek( _
ByVal
mpeg As
IntPtr, _
ByVal
bytes As
Integer _
)
Parameters
-
mpeg
- Handle to MPEG file.
-
bytes
- Bytes in the MPEG stream.
Remarks
Binds to a C-function call in smpeg.h
void SMPEG_seek( SMPEG* mpeg, int bytes)
See Also
Smpeg Class | Tao.Sdl Namespace