MMPXMediaKeyHandler Class Reference

class MMPXMediaKeyHandler

MPX media key handler interface.

mpxmediakeyhandler.lib
Since
S60 3.2.3

Constructor & Destructor Documentation

~MMPXMediaKeyHandler()

~MMPXMediaKeyHandler ( ) [virtual]

Destructor.

Member Functions Documentation

DismissNotifier(TMPXMediaKeyPopupFlags)

void DismissNotifier ( TMPXMediaKeyPopupFlags aFlags ) [pure virtual]

Dismiss notifier popup.

Since
S60 3.2.3

Parameters

TMPXMediaKeyPopupFlags aFlags Popup flag to determine which popup(s) should be dismissed.

NewL(TMPXMediaKeyPopupFlags, MMPXMediaKeyHandlerObserver *)

IMPORT_C MMPXMediaKeyHandler * NewL ( TMPXMediaKeyPopupFlags aFlags,
MMPXMediaKeyHandlerObserver * aObserver
) [static]

Two-phased constructor.

Since
S60 5.0

Parameters

TMPXMediaKeyPopupFlags aFlags Flags for creating popups.
MMPXMediaKeyHandlerObserver * aObserver Media key command observer

NotifyOrientationChangeBegin()

void NotifyOrientationChangeBegin ( ) [pure virtual]

Gets called when orientation change begins

SetEnableMediaKeys(TBool)

void SetEnableMediaKeys ( TBool aEnable ) [pure virtual]
Enable or disable Media Key behavior
Since
S60 3.2.3

Parameters

TBool aEnable

ShowPlaybackPopupL(TMPXPlaybackPopupModes)

void ShowPlaybackPopupL ( TMPXPlaybackPopupModes aMode ) [pure virtual]

Show playback popup

Since
S60 3.2.3

Parameters

TMPXPlaybackPopupModes aMode Playback popup behaviour mode

ShowVolumePopupL()

void ShowVolumePopupL ( ) [pure virtual]

Show Volume popup

Since
S60 5.0