javauis/mmapi_akn/audiostreaming/inc.mmf/cmmaaudiostreamplayer.h
branchRCL_3
changeset 21 4376525cdefb
parent 14 04becd199f91
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
    74      * Pause playback without sending stopped event or changing state
    74      * Pause playback without sending stopped event or changing state
    75      */
    75      */
    76     TInt Pause();
    76     TInt Pause();
    77 
    77 
    78 public: // from CMMAPlayer
    78 public: // from CMMAPlayer
    79     void StartL();
    79     void StartL(TBool aPostEvent);
    80     void PrefetchL();
    80     void PrefetchL();
    81     CMMASourceStream* AddSourceStreamL(JNIEnv* aJNIEnv,
    81     CMMASourceStream* AddSourceStreamL(JNIEnv* aJNIEnv,
    82                                        CMMAEventSource* aEventSource,
    82                                        CMMAEventSource* aEventSource,
    83                                        jobject aReader);
    83                                        jobject aReader);
    84     void GetDuration(TInt64* aDuration);
    84     void GetDuration(TInt64* aDuration);