OutputDefinition

Output stream definition properties.

Members

Variables

bitRate
size_t bitRate;

Bit rate of the output video stream.

codecId
CodecID codecId;

Video codec for output video stream.

frameRate
size_t frameRate;

Frame rate of the output video stream.

height
size_t height;

Height of the output video frame.

imageFormat
ImageFormat imageFormat;

Image format for video frame.

width
size_t width;

Width of the output video frame.

Meta