khronosfws/openmax_al/src/common/xastreaminformationitf.h
changeset 53 eabc8c503852
parent 25 6f7ceef7b1d1
--- a/khronosfws/openmax_al/src/common/xastreaminformationitf.h	Fri Sep 03 19:34:12 2010 -0500
+++ b/khronosfws/openmax_al/src/common/xastreaminformationitf.h	Tue Sep 21 11:38:43 2010 -0500
@@ -20,6 +20,8 @@
 
 #include "openmaxalwrapper.h"
 #include "xaadptbasectx.h"
+#include "xamediaplayer.h"
+
 
 /** MACROS **/
 
@@ -75,7 +77,10 @@
 
 /* XAStreamInformationItfImpl -specific methods */
 XAStreamInformationItfImpl* XAStreamInformationItfImpl_Create(
-        XAAdaptationBaseCtx *adapCtx);
+        XAMediaPlayerImpl* impl);
 void XAStreamInformationItfImpl_Free(XAStreamInformationItfImpl* self);
 
+void XAStreamInformationItfImpl_AdaptCb( void *pHandlerCtx, XAAdaptEvent *event );
+
+
 #endif /* XASTREAMINFORMATIONITF_H */