Tao.Sdl SDK Documentation |
|
Smpeg.SMPEG_renderFrame Method
Render a particular frame in the MPEG video
[Visual Basic]
Public Shared Sub SMPEG_renderFrame( _
ByVal
mpeg As
IntPtr, _
ByVal
framenum As
Integer _
)
[C#]
public static
void SMPEG_renderFrame(
IntPtr mpeg,
int framenum);
Parameters
-
mpeg
- Handle to MPEG file.
-
framenum
- Frame number
Remarks
API CHANGE: This function no longer takes a target surface and position. Use SMPEG_setdisplay() and SMPEG_move() to set this information.
Binds to a C-function call in smpeg.h
void SMPEG_renderFrame( SMPEG* mpeg, int framenum )
See Also
Smpeg Class | Tao.Sdl Namespace