javauis/mmapi_akn/baseline/inc.emc/cmmaemcplayerbase.h
branchRCL_3
changeset 21 4376525cdefb
parent 14 04becd199f91
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
    83      * @return ETrue if is a file player, EFalse otherwise
    83      * @return ETrue if is a file player, EFalse otherwise
    84      */
    84      */
    85     TBool IsFilePlayer();
    85     TBool IsFilePlayer();
    86 
    86 
    87 public: // from CMMAPlayer
    87 public: // from CMMAPlayer
    88     void StartL();
    88     void StartL(TBool aPostEvent);
    89     void StopL(TBool aPostEvent);
    89     void StopL(TBool aPostEvent);
    90     void DeallocateL();
    90     void DeallocateL();
    91     void GetDuration(TInt64* aDuration);
    91     void GetDuration(TInt64* aDuration);
    92     void SetMediaTimeL(TInt64* aTime);
    92     void SetMediaTimeL(TInt64* aTime);
    93     void GetMediaTime(TInt64* aMediaTime);
    93     void GetMediaTime(TInt64* aMediaTime);