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.

frames
size_t frames;
Undocumented in source.
height
size_t height;

Height of the output video frame.

imageFormat
ImageFormat imageFormat;

Image format for video frame.

pts
size_t pts;
Undocumented in source.
width
size_t width;

Width of the output video frame.

Meta