Spinnaker SDK C++
4.2.0.21
 
 

 
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.

◆ height

unsigned int height

Height of source image.

◆ reserved

unsigned int reserved[192]

◆ width

unsigned int width

Width of source image.


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