OpenMAXBellagio 0.9.3
OMXComponentRMExt.h
Go to the documentation of this file.
00001 
00026 #ifndef __OMXCOMPONENTRMEXT_H__
00027 #define __OMXCOMPONENTRMEXT_H__
00028 
00029 #include <OMX_Core.h>
00044 OMX_ERRORTYPE getQualityLevel(OMX_HANDLETYPE hComponent, OMX_U32* pQualityLevel);
00053 OMX_ERRORTYPE setQualityLevel(OMX_HANDLETYPE hComponent, OMX_U32 nQualityLevel);
00054 
00055 
00056 #endif
00057