khronosfws/openmax_al/src/common/xastreaminformationitf.h
changeset 53 eabc8c503852
parent 25 6f7ceef7b1d1
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
    18 #ifndef XASTREAMINFORMATIONITF_H
    18 #ifndef XASTREAMINFORMATIONITF_H
    19 #define XASTREAMINFORMATIONITF_H
    19 #define XASTREAMINFORMATIONITF_H
    20 
    20 
    21 #include "openmaxalwrapper.h"
    21 #include "openmaxalwrapper.h"
    22 #include "xaadptbasectx.h"
    22 #include "xaadptbasectx.h"
       
    23 #include "xamediaplayer.h"
       
    24 
    23 
    25 
    24 /** MACROS **/
    26 /** MACROS **/
    25 
    27 
    26 /** TYPES **/
    28 /** TYPES **/
    27 
    29 
    73         XAStreamInformationItf self, XAuint32 streamNum, XAboolean active,
    75         XAStreamInformationItf self, XAuint32 streamNum, XAboolean active,
    74         XAboolean commitNow);
    76         XAboolean commitNow);
    75 
    77 
    76 /* XAStreamInformationItfImpl -specific methods */
    78 /* XAStreamInformationItfImpl -specific methods */
    77 XAStreamInformationItfImpl* XAStreamInformationItfImpl_Create(
    79 XAStreamInformationItfImpl* XAStreamInformationItfImpl_Create(
    78         XAAdaptationBaseCtx *adapCtx);
    80         XAMediaPlayerImpl* impl);
    79 void XAStreamInformationItfImpl_Free(XAStreamInformationItfImpl* self);
    81 void XAStreamInformationItfImpl_Free(XAStreamInformationItfImpl* self);
    80 
    82 
       
    83 void XAStreamInformationItfImpl_AdaptCb( void *pHandlerCtx, XAAdaptEvent *event );
       
    84 
       
    85 
    81 #endif /* XASTREAMINFORMATIONITF_H */
    86 #endif /* XASTREAMINFORMATIONITF_H */