javauis/mmapi_akn/baseline/inc/cmmammfplayerbase.h
branchRCL_3
changeset 21 4376525cdefb
parent 14 04becd199f91
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
    50      * @return ETrue if is a file player, EFalse otherwise
    50      * @return ETrue if is a file player, EFalse otherwise
    51      */
    51      */
    52     TBool IsFilePlayer();
    52     TBool IsFilePlayer();
    53 
    53 
    54 public: // from CMMAPlayer
    54 public: // from CMMAPlayer
    55     void StartL();
    55     void StartL(TBool aPostEvent);
    56     void StopL(TBool aPostEvent);
    56     void StopL(TBool aPostEvent);
    57     void DeallocateL();
    57     void DeallocateL();
    58     IMPORT_C void GetDuration(TInt64* aDuration);
    58     IMPORT_C void GetDuration(TInt64* aDuration);
    59     void SetMediaTimeL(TInt64* aTime);
    59     void SetMediaTimeL(TInt64* aTime);
    60     void GetMediaTime(TInt64* aMediaTime);
    60     void GetMediaTime(TInt64* aMediaTime);