Compartilhar via


PlayForwards Method

 
Microsoft DirectShow 9.0

PlayForwards 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 PlayForwards method starts forward playback from the current location at the specified speed.

Syntax

  MSWebDVD
  .PlayForwards(
  nSpeed
  );

Parameters

nSpeed

Specifies the speed at which to play as an Integer value. This value 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