#include <OMX_Types.h>
Data Fields | |
OMX_S32 | nValue |
OMX_S32 | nMin |
OMX_S32 | nMax |
Definition at line 264 of file OMX_Types.h.
actual value
Definition at line 265 of file OMX_Types.h.
Referenced by main(), omx_audio_mixer_component_SetConfig(), omx_volume_component_GetConfig(), and omx_volume_component_SetConfig().
minimum for value (i.e. nValue >= nMin)
Definition at line 266 of file OMX_Types.h.
Referenced by omx_volume_component_GetConfig().
maximum for value (i.e. nValue <= nMax)
Definition at line 267 of file OMX_Types.h.
Referenced by omx_volume_component_GetConfig().