khronosfws/openmax_al/src/outputmix/xaoutputmix.h
changeset 19 4a629bc82c5e
parent 12 5a06f39ad45b
equal deleted inserted replaced
14:80975da52420 19:4a629bc82c5e
    19 #define XAOUTPUTMIX_H
    19 #define XAOUTPUTMIX_H
    20 
    20 
    21 #include "openmaxalwrapper.h"
    21 #include "openmaxalwrapper.h"
    22 #include "xaobjectitf.h"
    22 #include "xaobjectitf.h"
    23 #include "xaglobals.h"
    23 #include "xaglobals.h"
    24 #ifdef _GSTREAMER_BACKEND_
    24 #include "xaadptbasectx.h"
    25 #include "../adaptation/XAOutputMixAdaptCtx.h"
    25 
    26 #endif
       
    27 /** MACROS **/
    26 /** MACROS **/
    28 
    27 
    29 
    28 
    30 /** TYPES **/
    29 /** TYPES **/
    31 
    30 
    49 typedef struct XAOMixImpl_
    48 typedef struct XAOMixImpl_
    50 {
    49 {
    51     /* Parent for XAMediaPlayerImpl */
    50     /* Parent for XAMediaPlayerImpl */
    52     XAObjectItfImpl baseObj;
    51     XAObjectItfImpl baseObj;
    53 
    52 
    54 #ifdef _GSTREAMER_BACKEND_
       
    55     /* variables */
    53     /* variables */
    56     XAAdaptationBaseCtx* adaptationCtx;
    54     XAAdaptationBaseCtx* adaptationCtx;
    57 #endif
    55 
    58 } XAOMixImpl;
    56 } XAOMixImpl;
    59 
    57 
    60 
    58 
    61 /** METHODS **/
    59 /** METHODS **/
    62 
    60