TVideoPlayRateCapabilities Class Reference

class TVideoPlayRateCapabilities

Video playback rate capabilities. This structure defines playback rate capabilities for the current controller and video clip, and can be used to determine if fast forward, rewind, step forward, or step backward is possible.

CVideoPlayerUtility::GetPlayRateCapabilitiesL , CVideoPlayerUtility::SetPlayVelocityL

Member Data Documentation

TBool iPlayBackward

TBool iPlayBackward

ETrue if play backward is possible (i.e. playback velocity below0). This includes normal speed, slow, and fast reverse playback.

TBool iPlayForward

TBool iPlayForward

ETrue if fast or slow play forward is possible (i.e. playback velocity 1-99 or 101-). Normal play forward (velocity 100) is supported by default.

TBool iStepBackward

TBool iStepBackward

Etrue if step backward is possible

TBool iStepForward

TBool iStepForward

ETrue if step forward is possible