Tao.Sdl SDK Documentation

Smpeg.SMPEG_renderFinal Method 

Render the last frame of an MPEG video

[Visual Basic]
Public Shared Sub SMPEG_renderFinal( _
   ByVal mpeg As IntPtr, _
   ByVal dst As IntPtr, _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public static void SMPEG_renderFinal(
   IntPtr mpeg,
   IntPtr dst,
   int x,
   int y
);

Parameters

mpeg
Handle to MPEG file.
dst
SDL_Surface pointer
x
y

Remarks

Binds to a C-function call in smpeg.h

            void SMPEG_renderFinal( SMPEG* mpeg, SDL_Surface* dst, int x, int y )
            

See Also

Smpeg Class | Tao.Sdl Namespace