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