class MMPXPlayer |
Player functionality specific to selected player.
mpxplaybackutility.lib
Public Member Functions | |
---|---|
TInt | SubPlayerL () |
void | SubPlayerNamesL (MMPXPlaybackCallback &) |
TMPXPlaybackPlayerType | TypeL () |
HBufC * | TypeNameL () |
TUid | UidL () |
TInt | SubPlayerL | ( | ) | const [pure virtual] |
Selected sub player index, corresponding to sub player names array.
void | SubPlayerNamesL | ( | MMPXPlaybackCallback & | aCallback | ) | [pure virtual] |
If the player supports other 'players', else array count == 0.
MMPXPlaybackCallback & aCallback | sub players returned in the callback |
TMPXPlaybackPlayerType | TypeL | ( | ) | [pure virtual] |
The 'type' of the player. Built-in types are EPbLocal and EPbRemote, but the plug-ins could extend this if they desire to be a different type which can be selected by the user.
HBufC * | TypeNameL | ( | ) | [pure virtual] |
If TypeL returns a value that is not known to the UI (and therefore can't localize it),then TypeNameL can be used for unlocalized display purposes.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.