MMAL_3-15-2015
MMAL_PARAMETER_EXIF_T Struct Reference

#include <mmal_parameters_camera.h>

Public Attributes

MMAL_PARAMETER_HEADER_T hdr
 
uint32_t keylen
 
uint32_t value_offset
 
uint32_t valuelen
 
uint8_t data [1]
 

Detailed Description

EXIF parameter type.

Member Data Documentation

uint8_t MMAL_PARAMETER_EXIF_T::data[1]

EXIF key/value string. Variable length

uint32_t MMAL_PARAMETER_EXIF_T::keylen

If 0, assume key is terminated by '=', otherwise length of key and treat data as binary

uint32_t MMAL_PARAMETER_EXIF_T::value_offset

Offset within data buffer of the start of the value. If 0, look for a "key=value" string

uint32_t MMAL_PARAMETER_EXIF_T::valuelen

If 0, assume value is null-terminated, otherwise length of value and treat data as binary


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