OpenMAXBellagio 0.9.3
utils.h
Go to the documentation of this file.
00001 
00027 #ifndef __ST_UTILS_H__
00028 #define __ST_UTILS_H__
00029 
00030 #include <OMX_Component.h>
00031 #include <OMX_Types.h>
00032 
00033 char *stateName(OMX_STATETYPE state);
00034 char *transientStateName(int state);
00035 char *errorName(OMX_ERRORTYPE error);
00036 
00037 #endif