PlayBackwards Method
Microsoft DirectShow 9.0 |
PlayBackwards Method
This component is available for use in the Microsoft Windows 2000, Windows XP, and Windows Server 2003 operating systems. It may be altered or unavailable in subsequent versions.
The PlayBackwards method starts backward playback from the current location at the specified speed.
Syntax
MSWebDVD .PlayBackwards( nSpeed );
Parameters
nSpeed
Specifies the speed at which to play as a number. This number is a multiplier—1.0 is normal playback speed; 2.0 is double speed, 0.5 is half speed, and so on. When nSpeed does not equal 1.0, audio is muted and the subpicture is turned off.
Return Values
No return value.
See Also