Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
AVIOption Struct Reference

Options for saving AVI files. More...

#include <SpinVideoDefs.h>

Public Member Functions

 AVIOption ()
 

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 reserved [192]
 

Detailed Description

Options for saving AVI files.

Examples
SaveToVideo.cpp.

Constructor & Destructor Documentation

◆ AVIOption()

AVIOption ( )
inline

Member Data Documentation

◆ 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[192]

◆ width

unsigned int width

Width of source image.

Examples
SaveToVideo.cpp.

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