Cogs.Core
|
Public Attributes | |
PictureType | type |
uint32_t | frameIdx |
uint64_t | timestamp |
uint64_t | duration |
bool | ltrFrame |
uint32_t | ltrFrameIdx |
uint8_t * | data |
size_t | size |
Definition at line 26 of file IVideoEncoder.h.
uint8_t* Cogs::Core::VideoEncoderPayload::data |
Definition at line 34 of file IVideoEncoder.h.
uint64_t Cogs::Core::VideoEncoderPayload::duration |
Definition at line 31 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderPayload::frameIdx |
Definition at line 29 of file IVideoEncoder.h.
bool Cogs::Core::VideoEncoderPayload::ltrFrame |
Definition at line 32 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderPayload::ltrFrameIdx |
Definition at line 33 of file IVideoEncoder.h.
size_t Cogs::Core::VideoEncoderPayload::size |
Definition at line 35 of file IVideoEncoder.h.
uint64_t Cogs::Core::VideoEncoderPayload::timestamp |
Definition at line 30 of file IVideoEncoder.h.
PictureType Cogs::Core::VideoEncoderPayload::type |
Definition at line 28 of file IVideoEncoder.h.