Spinnaker SDK C++
4.1.0.172
 
 

 
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.

Examples
SaveToVideo.cpp.

◆ crf

unsigned int crf

Constant Rate Factor to use.

Examples
SaveToVideo.cpp.

◆ frameRate

float frameRate

Frame rate of the stream.

Examples
SaveToVideo.cpp.

◆ height

unsigned int height

Height of source image.

Examples
SaveToVideo.cpp.

◆ reserved

unsigned int reserved[256]

Reserved for future use.

◆ useMP4

bool useMP4

Switch to using mp4 file format.

Examples
SaveToVideo.cpp.

◆ width

unsigned int width

Width of source image.

Examples
SaveToVideo.cpp.

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