equal
deleted
inserted
replaced
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 */ |