Waave
An audio video engine
|
The methods to display the video frames is described in the streaming object. But to display each of them you need to call the WV_refreshVideoFrame when you receive the SDL WV_REFRESH_EVENT
Macros | |
#define | WV_REFRESH_EVENT SDL_NUMEVENTS - 1 |
Functions | |
void | WV_refreshVideoFrame (SDL_Event *refreshEvent) |
Display a video frame. |
void WV_refreshVideoFrame | ( | SDL_Event * | refreshEvent | ) |
Display a video frame.
refreshEvent | The reveived refresh event |
Display a video frame of a stream using the method discribed in the corresponding streaming object. Call this function each time you receive the WV_REFRESH_EVENT to play video. Use a simple test like this :