Spinnaker SDK C++
4.2.0.21
 
 

 
Loading...
Searching...
No Matches
H264Option Struct Reference

Options for saving H264 files. More...

#include <SpinVideoDefs.h>

Public Member Functions

 H264Option ()
 

Public Attributes

float frameRate
 Frame rate of the stream.
 
unsigned int width
 Width of source image.
 
unsigned int height
 Height of source image.
 
unsigned int bitrate
 Bit-rate to encode at.
 
bool useMP4
 Switch to using mp4 file format.
 
unsigned int crf
 Constant Rate Factor to use.
 
unsigned int reserved [256]
 Reserved for future use.
 

Detailed Description

Options for saving H264 files.

Examples
SaveToVideo.cpp.

Constructor & Destructor Documentation

◆ H264Option()

H264Option ( )
inline

Member Data Documentation

◆ bitrate

unsigned int bitrate

Bit-rate 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

bool 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: