Change the speed and direction of playing.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void DVDPlayAdvanced(
	bool playForward,
	double speed
)
Public Sub DVDPlayAdvanced ( _
	playForward As Boolean, _
	speed As Double _
)
public:
void DVDPlayAdvanced(
	bool playForward, 
	double speed
)

Parameters

playForward
Boolean
Setting PlayForward=true the DVD plays forward at the specified speed from the current location. Setting playForward=false the DVD plays backward at the specified speed from the current location.
speed
Double
Speed specifies the playback speed. This value is a multiplier, where 1.0 is the authored speed, so a value of 2.5 plays at two and one-half times the authored speed, while a value of 0.5 plays at half the authored speed. The actual speed of playback depends on the capabilities of the video decoder. Values below 0.00001 are converted to 0.00001.

See Also