Spinnaker C
4.3.0.189
 
Data Fields
_spinH264Option Struct Reference

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...
 

Detailed Description

Options for saving H264 videos.

Used in saving H264 videos with a call to spinAVIRecorderOpenH264().

Field Documentation

◆ bitrate

unsigned int bitrate

Bitrate to encode at.

◆ crf

unsigned int crf

Constant Rate Factor to use.

◆ frameRate

float frameRate

Frame rate of the stream.

◆ height

unsigned int height

Height of source image.

◆ reserved

unsigned int reserved[256]

Reserved for future use.

◆ useMP4

bool8_t useMP4

Switch to using mp4 file format.

◆ width

unsigned int width

Width of source image.


The documentation for this struct was generated from the following file: