My Project
MMAL_PARAMETER_FRAME_RATE_T Struct Reference

#include <mmal_parameters.h>

Public Attributes

MMAL_PARAMETER_HEADER_T hdr
 
MMAL_RATIONAL_T frame_rate
 

Detailed Description

Generic frame-rate parameter type. Frame rates are specified as a rational number, using a pair of integers. Since there can be many valid pairs for the same ratio, a frame-rate may not contain exactly the same pairs of values when read back as it was when set.

Definition at line 162 of file mmal_parameters.h.

Member Data Documentation

◆ frame_rate

MMAL_RATIONAL_T MMAL_PARAMETER_FRAME_RATE_T::frame_rate

Frame-rate value

Definition at line 165 of file mmal_parameters.h.

◆ hdr

MMAL_PARAMETER_HEADER_T MMAL_PARAMETER_FRAME_RATE_T::hdr

Definition at line 163 of file mmal_parameters.h.


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