Public Member Functions | |
| H264Option () | |
Public Attributes | |
| float | frameRate |
| Frame rate of the stream. More... | |
| unsigned int | width |
| Width of source image. More... | |
| unsigned int | height |
| Height of source image. More... | |
| unsigned int | bitrate |
| Bit-rate to encode at. More... | |
| bool | useMP4 |
| Switch to using mp4 file format. More... | |
| unsigned int | crf |
| Constant Rate Factor to use. More... | |
| unsigned int | reserved [256] |
| Reserved for future use. More... | |
Options for saving H264 files.
|
inline |
| unsigned int bitrate |
Bit-rate to encode at.
| unsigned int crf |
Constant Rate Factor to use.
| float frameRate |
Frame rate of the stream.
| unsigned int height |
Height of source image.
| unsigned int reserved[256] |
Reserved for future use.
| bool useMP4 |
Switch to using mp4 file format.
| unsigned int width |
Width of source image.