#include <remcontrackinfocontroller.h>
Link against: remconextapi1.lib
class CRemConTrackInfoController : public CRemConInterfaceBase, public MRemConInterfaceIf |
Public Member Functions | |
---|---|
~CRemConTrackInfoController() | |
IMPORT_C CRemConTrackInfoController * | NewL(CRemConInterfaceSelector &, MRemConTrackInfoControllerObserver &) |
IMPORT_C void | SetTrackName(TRequestStatus &, const TDesC &, TUint &) |
Client-instantiable type supporting sending TrackInfo API commands.
IMPORT_C CRemConTrackInfoController * | NewL | ( | CRemConInterfaceSelector & | aInterfaceSelector, |
MRemConTrackInfoControllerObserver & | aObserver | |||
) | [static] |
Factory function.
Parameters | |
---|---|
aInterfaceSelector | The interface selector. The client must have created one of these first. |
aObserver | The observer of this interface. |
IMPORT_C void | SetTrackName | ( | TRequestStatus & | aStatus, |
const TDesC & | aTrackName, | |||
TUint & | aNumRemotes | |||
) |
Parameters | |
---|---|
aStatus | Used by RemCon to indicate completion of the send request. |
aTrackName | The track name. |
aNumRemotes | On success, will contain the number of remotes the command was sent to. |
Panic Codes | |
---|---|
USER | 23, if the length of aTrackName is greater than 58 Characters. |