Video playback functions. More...
Go to the source code of this file.
Functions | |
| int | CGL_OpenVideo (const CGL_VIDEO_INFO_T *info) |
| Opens video playback. More... | |
| int | CGL_PlayVideo (const void *data, size_t size) |
| Feed and play video data. More... | |
| int | CGL_CloseVideo () |
| Closes video playback. More... | |
Video playback functions.
| int CGL_CloseVideo | ( | ) |
Closes video playback.
| int CGL_OpenVideo | ( | const CGL_VIDEO_INFO_T * | info | ) |
Opens video playback.
| info | Pointer to video information |
| int CGL_PlayVideo | ( | const void * | data, |
| size_t | size | ||
| ) |
Feed and play video data.
| data | Video stream buffer |
| size | Size of buffer |