Cogs.Core
|
Public Attributes | |
Codec | codec |
uint32_t | encodeWidth |
uint32_t | encodeHeight |
uint32_t | darWidth |
uint32_t | darHeight |
uint32_t | maxWidth |
uint32_t | maxHeight |
uint32_t | bitrate |
uint32_t | maxBitrate |
uint32_t | bFrameCount |
uint32_t | bFrameReference |
float | frameRate |
bool | lookahead |
bool | recordToDisk |
bool | useMSAA |
std::string | recordPath |
VideoEncoderCallback | callback |
Definition at line 37 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderDescription::bFrameCount |
Definition at line 48 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderDescription::bFrameReference |
Definition at line 49 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderDescription::bitrate |
Definition at line 46 of file IVideoEncoder.h.
VideoEncoderCallback Cogs::Core::VideoEncoderDescription::callback |
Definition at line 55 of file IVideoEncoder.h.
Codec Cogs::Core::VideoEncoderDescription::codec |
Definition at line 39 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderDescription::darHeight |
Definition at line 43 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderDescription::darWidth |
Definition at line 42 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderDescription::encodeHeight |
Definition at line 41 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderDescription::encodeWidth |
Definition at line 40 of file IVideoEncoder.h.
float Cogs::Core::VideoEncoderDescription::frameRate |
Definition at line 50 of file IVideoEncoder.h.
bool Cogs::Core::VideoEncoderDescription::lookahead |
Definition at line 51 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderDescription::maxBitrate |
Definition at line 47 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderDescription::maxHeight |
Definition at line 45 of file IVideoEncoder.h.
uint32_t Cogs::Core::VideoEncoderDescription::maxWidth |
Definition at line 44 of file IVideoEncoder.h.
std::string Cogs::Core::VideoEncoderDescription::recordPath |
Definition at line 54 of file IVideoEncoder.h.
bool Cogs::Core::VideoEncoderDescription::recordToDisk |
Definition at line 52 of file IVideoEncoder.h.
bool Cogs::Core::VideoEncoderDescription::useMSAA |
Definition at line 53 of file IVideoEncoder.h.