javauis/mmapi_akn/audiostreaming/inc.mmf/cmmaaudiostreamplayer.h
branchRCL_3
changeset 46 4376525cdefb
parent 19 04becd199f91
equal deleted inserted replaced
34:71c436fe3ce0 46: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);