Cogs.Core
|
Public Attributes | |
class IVideoDecoder * | decoder |
void * | userData |
const struct VideoDecoderPayload & | payload |
const unsigned char * | spspps |
size_t | spspps_size |
bool | is_idr |
bool | is_meta |
Definition at line 35 of file IVideoDecoder.h.
class IVideoDecoder* Cogs::Core::VideoDecoderCallbackData::decoder |
Definition at line 37 of file IVideoDecoder.h.
bool Cogs::Core::VideoDecoderCallbackData::is_idr |
Definition at line 42 of file IVideoDecoder.h.
bool Cogs::Core::VideoDecoderCallbackData::is_meta |
Definition at line 43 of file IVideoDecoder.h.
const struct VideoDecoderPayload& Cogs::Core::VideoDecoderCallbackData::payload |
Definition at line 39 of file IVideoDecoder.h.
const unsigned char* Cogs::Core::VideoDecoderCallbackData::spspps |
Definition at line 40 of file IVideoDecoder.h.
size_t Cogs::Core::VideoDecoderCallbackData::spspps_size |
Definition at line 41 of file IVideoDecoder.h.
void* Cogs::Core::VideoDecoderCallbackData::userData |
Definition at line 38 of file IVideoDecoder.h.