mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/AdvancedAudioController/Inc/AdvancedAudioPlayController.h
branchRCL_3
changeset 12 2eb3b066cc7d
parent 0 71ca22bcf22a
child 19 095bea5f582e
equal deleted inserted replaced
11:3570217d8c21 12:2eb3b066cc7d
   830 		TInt CleanupForStop();
   830 		TInt CleanupForStop();
   831 		void ClearRepeatFlag();
   831 		void ClearRepeatFlag();
   832 		// sets the repeat count and trailing silence timer value supplied by the client
   832 		// sets the repeat count and trailing silence timer value supplied by the client
   833         TInt DoSetRepeats(TInt aRepeatNumberOfTimes, const TTimeIntervalMicroSeconds& aTrailingSilence);
   833         TInt DoSetRepeats(TInt aRepeatNumberOfTimes, const TTimeIntervalMicroSeconds& aTrailingSilence);
   834         // handles the loop play of seekable and non-seekable sources
   834         // handles the loop play of seekable and non-seekable sources
   835         void DoRepeat();
   835         void DoRepeatL();
   836         TBool IsLoopPlayEnabled() const;
   836         TBool IsLoopPlayEnabled() const;
   837         
   837         
   838     public: // Functions from base classes (MTrailingSilenceObserver)
   838     public: // Functions from base classes (MTrailingSilenceObserver)
   839         /**
   839         /**
   840         * From MTrailingSilenceObserver
   840         * From MTrailingSilenceObserver