class CMPXParameter : public CBase |
To open a specific view, set iType to the view type.
To open a specific path, set iCollectionPath, music player will select the best matching view to display the result.
using iCollectionPath/iCollectionPlaylist + iType is supported, but not recommended since music player already selects the best matching view to display the result.
If the client wants the command to be processed by a specific music player instance they should set iCmdForward to a value defined by TMPXCmdFwdType. The default forwarding is to stand alone musicplayer (it'll be launched if it doesn't exist).
mpxcommon.lib
Public Member Functions | |
---|---|
CMPXParameter () | |
~CMPXParameter () | |
IMPORT_C void | ExternalizeL ( RWriteStream &) |
IMPORT_C void | InternalizeL ( RReadStream &) |
Public Attributes | |
---|---|
TInt | iCmdForward |
CMPXCollectionPath * | iCollectionPath |
TMPXPathType | iPathType |
TUid | iType |
Private Attributes | |
---|---|
TInt | iVersion |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalize a object of this class to steam.
RWriteStream & aStream | write stream |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalize a object of this class from steam.
RReadStream & aStream | read stream |
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.