Options for saving H264 videos. More...
Data Fields | |
| 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 |
| Bitrate to encode at. More... | |
| unsigned int | reserved [256] |
| Reserved for future use. More... | |
| bool8_t | useMP4 |
| Switch to using mp4 file format. More... | |
| unsigned int | crf |
| Constant Rate Factor to use. More... | |
Options for saving H264 videos.
Used in saving H264 videos with a call to spinAVIRecorderOpenH264().
| unsigned int bitrate |
Bitrate 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.
| bool8_t useMP4 |
Switch to using mp4 file format.
| unsigned int width |
Width of source image.