mediastreamer2
2.11.0
|
#include <msvideo.h>
Data Fields | |
int | required_bitrate |
int | bitrate_limit |
MSVideoSize | vsize |
float | fps |
int | mincpu |
void * | extra |
Structure describing a video configuration to be able to define a video size, a FPS and some other parameters according to the desired bitrate.
The minimum bitrate required for the video configuration to be used.
The maximum bitrate to use when this video configuration is used.
MSVideoSize _MSVideoConfiguration::vsize |
The video size that is used when using this video configuration.
The FPS that is used when using this video configuration.
The minimum cpu count necessary when this configuration is used
A pointer to some extra parameters that may be used by the encoder when using this video configuration.