mpengine/tsrc/unittest_mpmpxplaybackframeworkwrapper/stub/inc/mpxplaybackutility.h
changeset 47 4cc1412daed0
parent 36 a0afa279b8fe
child 55 f3930dda3342
equal deleted inserted replaced
45:612c4815aebe 47:4cc1412daed0
    52     void AddObserverL(MMPXPlaybackObserver& aObs);
    52     void AddObserverL(MMPXPlaybackObserver& aObs);
    53     void RemoveObserverL(MMPXPlaybackObserver& aObs);
    53     void RemoveObserverL(MMPXPlaybackObserver& aObs);
    54     void Close();
    54     void Close();
    55     void CommandL(TMPXPlaybackCommand aCmd,TInt aData=0);
    55     void CommandL(TMPXPlaybackCommand aCmd,TInt aData=0);
    56     void CommandL(CMPXCommand& aCmd, MMPXPlaybackCallback* aCallback=NULL);
    56     void CommandL(CMPXCommand& aCmd, MMPXPlaybackCallback* aCallback=NULL);
       
    57     void PropertyL(MMPXPlaybackCallback& aCallback, TMPXPlaybackProperty aProperty);
    57     MMPXSource* Source();
    58     MMPXSource* Source();
    58      void SetL(TMPXPlaybackProperty aProperty, TInt aValue);
    59      void SetL(TMPXPlaybackProperty aProperty, TInt aValue);
    59     TMPXPlaybackState StateL() const;
    60     TMPXPlaybackState StateL() const;
    60     // Stub function from MMPXSource
    61     // Stub function from MMPXSource
    61     CMPXCollectionPlaylist* PlaylistL();
    62     CMPXCollectionPlaylist* PlaylistL();