MMAL_3-15-2015
MMAL_VIDEO_FORMAT_T Struct Reference

#include <mmal_format.h>

Public Attributes

uint32_t width
 
uint32_t height
 
MMAL_RECT_T crop
 
MMAL_RATIONAL_T frame_rate
 
MMAL_RATIONAL_T par
 
MMAL_FOURCC_T color_space
 

Detailed Description

Definition of a video format. This describes the properties specific to a video stream

Member Data Documentation

MMAL_FOURCC_T MMAL_VIDEO_FORMAT_T::color_space

FourCC specifying the color space of the video stream. See the pre-defined color spaces for some examples.

MMAL_RECT_T MMAL_VIDEO_FORMAT_T::crop

Visible region of the frame

MMAL_RATIONAL_T MMAL_VIDEO_FORMAT_T::frame_rate

Frame rate

uint32_t MMAL_VIDEO_FORMAT_T::height

Height of frame in rows of pixels

MMAL_RATIONAL_T MMAL_VIDEO_FORMAT_T::par

Pixel aspect ratio

uint32_t MMAL_VIDEO_FORMAT_T::width

Width of frame in pixels


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