Cogs.Core
Public Attributes | List of all members
Cogs::Core::VideoEncoderDescription Struct Reference

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
 

Detailed Description

Definition at line 37 of file IVideoEncoder.h.

Member Data Documentation

◆ bFrameCount

uint32_t Cogs::Core::VideoEncoderDescription::bFrameCount

Definition at line 48 of file IVideoEncoder.h.

◆ bFrameReference

uint32_t Cogs::Core::VideoEncoderDescription::bFrameReference

Definition at line 49 of file IVideoEncoder.h.

◆ bitrate

uint32_t Cogs::Core::VideoEncoderDescription::bitrate

Definition at line 46 of file IVideoEncoder.h.

◆ callback

VideoEncoderCallback Cogs::Core::VideoEncoderDescription::callback

Definition at line 55 of file IVideoEncoder.h.

◆ codec

Codec Cogs::Core::VideoEncoderDescription::codec

Definition at line 39 of file IVideoEncoder.h.

◆ darHeight

uint32_t Cogs::Core::VideoEncoderDescription::darHeight

Definition at line 43 of file IVideoEncoder.h.

◆ darWidth

uint32_t Cogs::Core::VideoEncoderDescription::darWidth

Definition at line 42 of file IVideoEncoder.h.

◆ encodeHeight

uint32_t Cogs::Core::VideoEncoderDescription::encodeHeight

Definition at line 41 of file IVideoEncoder.h.

◆ encodeWidth

uint32_t Cogs::Core::VideoEncoderDescription::encodeWidth

Definition at line 40 of file IVideoEncoder.h.

◆ frameRate

float Cogs::Core::VideoEncoderDescription::frameRate

Definition at line 50 of file IVideoEncoder.h.

◆ lookahead

bool Cogs::Core::VideoEncoderDescription::lookahead

Definition at line 51 of file IVideoEncoder.h.

◆ maxBitrate

uint32_t Cogs::Core::VideoEncoderDescription::maxBitrate

Definition at line 47 of file IVideoEncoder.h.

◆ maxHeight

uint32_t Cogs::Core::VideoEncoderDescription::maxHeight

Definition at line 45 of file IVideoEncoder.h.

◆ maxWidth

uint32_t Cogs::Core::VideoEncoderDescription::maxWidth

Definition at line 44 of file IVideoEncoder.h.

◆ recordPath

std::string Cogs::Core::VideoEncoderDescription::recordPath

Definition at line 54 of file IVideoEncoder.h.

◆ recordToDisk

bool Cogs::Core::VideoEncoderDescription::recordToDisk

Definition at line 52 of file IVideoEncoder.h.

◆ useMSAA

bool Cogs::Core::VideoEncoderDescription::useMSAA

Definition at line 53 of file IVideoEncoder.h.


The documentation for this struct was generated from the following file: