khronosfws/openmax_al/src/mediaplayer/xaplayitf.h
changeset 53 eabc8c503852
parent 25 6f7ceef7b1d1
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
    39     /* pointer to self */
    39     /* pointer to self */
    40     struct XAPlayItfImpl_* self;
    40     struct XAPlayItfImpl_* self;
    41 
    41 
    42     /* variables */
    42     /* variables */
    43     XAPlayItf cbPtrToSelf;
    43     XAPlayItf cbPtrToSelf;
    44     /* TODO : This is no longer needed we need to get state from XAMediaPlayerImpl
       
    45      * Delete this.*/
       
    46     XAuint32 playbackState;
       
    47 
       
    48     xaPlayCallback callback;
    44     xaPlayCallback callback;
    49     void *cbcontext;
    45     void *cbcontext;
    50     XAuint32 eventFlags;
    46     XAuint32 eventFlags;
    51     XAmillisecond markerPosition;
    47     XAmillisecond markerPosition;
    52     XAmillisecond positionUpdatePeriod;
    48     XAmillisecond positionUpdatePeriod;