RMMFVideoPlayControllerExtCustomCommands Class Reference
class RMMFVideoPlayControllerExtCustomCommands : public RMMFCustomCommandsBase |
Resource class to be used by player utility for sending custom commands.
Inherits from
- RMMFVideoPlayControllerExtCustomCommands
Constructor & Destructor Documentation
RMMFVideoPlayControllerExtCustomCommands(RMMFController &)
IMPORT_C | RMMFVideoPlayControllerExtCustomCommands | ( | RMMFController & | aController | ) | |
Parameters
RMMFController & aController | The client side controller object to be used by this custom command interface. |
Member Functions Documentation
GetPlayRateCapabilities(TVideoPlayRateCapabilities &)
Gets play rate capabilities. Behaviour is same as CVideoPlayerUtility::GetPlayRateCapabilitiesL
CVideoPlayerUtility::GetPlayRateCapabilitiesL
PlayVelocity(TInt &)
IMPORT_C TInt | PlayVelocity | ( | TInt & | aVelocity | ) | const |
Gets play velocity. Behaviour is same as CVideoPlayerUtility::PlayVelocityL
CVideoPlayerUtility::PlayVelocityL
Parameters
TInt & aVelocity | Velocity of the playback. |
SetAudioEnabled(TBool)
IMPORT_C TInt | SetAudioEnabled | ( | TBool | aAudioEnabled | ) | |
Enables or disables audio playback. Behaviour is same as CVideoPlayerUtility::SetAudioEnabledL
CVideoPlayerUtility::SetAudioEnabledL
SetAutoScale(TAutoScaleType, TInt, TInt)
Sets Auto scale mode. Behaviour is same as CVideoPlayerUtility::SetAutoScaleL
CVideoPlayerUtility::SetAutoScaleL
Parameters
TAutoScaleType aScaleType | Automatic scaling type |
TInt aHorizPos | Video picture horizontal position, relative to the video window. |
TInt aVertPos | Video picture vertical position, relative to the video window. |
SetPlayVelocity(TInt)
IMPORT_C TInt | SetPlayVelocity | ( | TInt | aVelocity | ) | |
Sets play velocity. Behaviour is same as CVideoPlayerUtility::SetPlayVelocityL
CVideoPlayerUtility::SetPlayVelocityL
Parameters
TInt aVelocity | Velocity of the playback. |
SetVideoEnabled(TBool)
IMPORT_C TInt | SetVideoEnabled | ( | TBool | aVideoEnabled | ) | |
Enables/Disables video playback. Behaviour is same as CVideoPlayerUtility::SetVideoEnabledL
CVideoPlayerUtility::SetVideoEnabledL
Parameters
TBool aVideoEnabled | ETrue to enable video playback, EFalse to disable |
StepFrame(TInt)
Steps through frames in pause mode. Behaviour is same as CVideoPlayerUtility::StepFrameL
CVideoPlayerUtility::StepFrameL
Parameters
TInt aStep | Count indicating number of frames to step playback position. |
VideoEnabled(TBool &)
IMPORT_C TInt | VideoEnabled | ( | TBool & | aVideoEnabled | ) | const |
Queries whether video playback is currently enabled or not. Behaviour is same as CVideoPlayerUtility::VideoEnabledL
CVideoPlayerUtility::VideoEnabledL
Parameters
TBool & aVideoEnabled | Out parameter returns ETrue if video playback is enabled, EFalse if not. |
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.