Cogs.Core
|
Public Attributes | |
const void * | data = nullptr |
size_t | size = 0 |
int64_t | timestamp = 0 |
bool | end_of_stream = false |
bool | discontinuity = false |
bool | end_of_picture = false |
bool | use_timestamp = false |
Definition at line 75 of file IVideoDecoder.h.
const void* Cogs::Core::VideoDecoderPayload::data = nullptr |
Definition at line 77 of file IVideoDecoder.h.
bool Cogs::Core::VideoDecoderPayload::discontinuity = false |
Definition at line 81 of file IVideoDecoder.h.
bool Cogs::Core::VideoDecoderPayload::end_of_picture = false |
Definition at line 82 of file IVideoDecoder.h.
bool Cogs::Core::VideoDecoderPayload::end_of_stream = false |
Definition at line 80 of file IVideoDecoder.h.
size_t Cogs::Core::VideoDecoderPayload::size = 0 |
Definition at line 78 of file IVideoDecoder.h.
int64_t Cogs::Core::VideoDecoderPayload::timestamp = 0 |
Definition at line 79 of file IVideoDecoder.h.
bool Cogs::Core::VideoDecoderPayload::use_timestamp = false |
Definition at line 83 of file IVideoDecoder.h.