Method function VLDVDPlayer.TVLDVDPlayer.PlayForwards(Real) : Boolean
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDVDPlayer
Contents |
Syntax
Delphi:
function PlayForwards( ASpeed : Real ) : Boolean;
C++ Builder:
bool __fastcall PlayForwards( double ASpeed );
Visual C++ (MFC):
bool PlayForwards( double ASpeed );
Summary
Plays forward at the specified speed from the current location.
Description
Call this method to play forward at the specified speed from the current location.
Parameters
Parameter | Description |
---|---|
ASpeed | Value that 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. |