#include <FormatInfo.h>
Data Fields | |
FourCC | fourCC |
int | bpp |
int | width |
int | height |
int | inverted |
int | pixelAspectX |
int | pixelAspectY |
int | sizeMax |
int | timescale |
int | framePeriod |
int | framePeriodIsConstant |
|
Bits per pixel (zero if not known). This field is used to distinguish the various uncompressed RGB formats. |
|
Four CC of the video format.
|
|
Duration of each frame, in units of time defined by timescale. In the case of variable framerate, this should be set to the maximum expected frame period. |
|
1 if frame rate is constant; 0 otherwise.
|
|
Height of the image in pixels.
|
|
Set non-zero if the bottom line of the image appears first in the buffer.
|
|
Pixel aspect ratio: horizontal part.
|
|
Pixel aspect ratio: vertical part.
|
|
Maximum size in bytes of a video frame of this format.
|
|
Number of units of time in a second.
|
|
Width of the image in pixels.
|