OpenMAXBellagio  0.9.3
OMX_BS32 Struct Reference

#include <OMX_Types.h>

Data Fields

OMX_S32 nValue
 
OMX_S32 nMin
 
OMX_S32 nMax
 

Detailed Description

Signed bounded value type

Definition at line 262 of file OMX_Types.h.

Field Documentation

§ nMax

OMX_S32 OMX_BS32::nMax

maximum for value (i.e. nValue <= nMax)

Definition at line 265 of file OMX_Types.h.

Referenced by omx_volume_component_GetConfig().

§ nMin

OMX_S32 OMX_BS32::nMin

minimum for value (i.e. nValue >= nMin)

Definition at line 264 of file OMX_Types.h.

Referenced by omx_volume_component_GetConfig().

§ nValue

OMX_S32 OMX_BS32::nValue

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

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo