#include <textreadercontroller.h>
class MTextReaderController |
Public Member Functions | |
---|---|
pure virtual TTimeIntervalMicroSeconds | Duration() |
pure virtual TBool | ForwardL() |
pure virtual TInt | MaxVolume() |
pure virtual TBool | NextL() |
pure virtual void | Pause() |
pure virtual void | PlayL(TBool) |
pure virtual TTimeIntervalMicroSeconds | Position() |
pure virtual TBool | PreviousL() |
pure virtual TBool | RewindL() |
pure virtual void | SetAudioOutputL(TInt) |
pure virtual void | SetSpeakingRateL(TInt) |
pure virtual void | SetVolume(TInt) |
pure virtual void | Stop() |
pure virtual TInt | Volume() |
Interface definition for controlling text reader
TBool | ForwardL | ( | ) | [pure virtual] |
Forward to next item.
TBool | NextL | ( | ) | [pure virtual] |
Move to the next group of items.
TBool | PreviousL | ( | ) | [pure virtual] |
Move to the previous group of items.
TBool | RewindL | ( | ) | [pure virtual] |
Go back to previous item.
void | SetVolume | ( | TInt | aVolume | ) | [pure virtual] |
Set volume level Number of volume levels according "S60_Volume_UI_Specification.pdf"
Parameters | |
---|---|
aVolume | New volume level from 1 to 10 |
TInt | Volume | ( | ) | [pure virtual] |
Current volume level Number of volume levels according "S60_Volume_UI_Specification.pdf"