|
SDL_kitchensink
|
Audio/video source. More...
#include <kitsource.h>
Data Fields | |
| void * | format_ctx |
| FFmpeg: Videostream format context. | |
| void * | avio_ctx |
| FFmpeg: AVIO context. | |
Audio/video source.
Should be created using Kit_CreateSourceFromUrl() or Kit_CreateSourceFromCustom(), and closed with Kit_CloseSource().
Source must exist for the whole duration of using a player. You must take care of closing the source yourself after you are done with it!
| void* Kit_Source::avio_ctx |
FFmpeg: AVIO context.
| void* Kit_Source::format_ctx |
FFmpeg: Videostream format context.