MUPnPAVRenderingSession Class Reference
class MUPnPAVRenderingSession : public MUPnPAVSessionBase |
AV Controller rendering session interface.
This class defines the rendering interface of AV Controller. Includes operations to set and to set next uri, play, stop and pause the playback, to set the volume and mute and to get the position information
upnpavcontrollerclient.lib
- Since
- S60 v3.1
Member Functions Documentation
GetMuteL()
void | GetMuteL | ( | ) | [pure virtual] |
GetPositionInfoL()
void | GetPositionInfoL | ( | ) | [pure virtual] |
Gets position info of the media that is currently rendered on the UPnP Media Renderer.
GetVolumeL()
void | GetVolumeL | ( | ) | [pure virtual] |
Observer()
Returns the rendering session observer
PauseL()
void | PauseL | ( | ) | [pure virtual] |
PlayL()
void | PlayL | ( | ) | [pure virtual] |
RemoveObserver()
void | RemoveObserver | ( | ) | [pure virtual] |
Removes the rendering session observer
SetMuteL(TBool)
void | SetMuteL | ( | TBool | aMute | ) | [pure virtual] |
Parameters
TBool aMute | TBool desired state of the mute (ETrue of EFalse) |
SetNextURIL(const TDesC8 &, const CUpnpItem &)
Set the next URI by providing an URI and the item
SetObserver(MUPnPAVRenderingSessionObserver &)
Sets the rendering session observer
SetURIL(const TDesC8 &, const CUpnpItem &)
Set the URI by providing an URI and the item
SetVolumeL(TInt)
void | SetVolumeL | ( | TInt | aVolumeLevel | ) | [pure virtual] |
Parameters
TInt aVolumeLevel | TInt Volume level in percents (0 - 100) |
StopL()
void | StopL | ( | ) | [pure virtual] |
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.