DVD Player ActiveX Control

SetPlaybackRate

 

Set the playback rate. It support forward and backwards playback rate. If the iRate value is negative, it will reverse playback.

Public Function SetPlaybackRate( _
  ByVal iRate As double
) as Bool

 

Parameter
iRate
the value of playback rate. e.g. set to 2, it will set playback speed to 2 times.

Return Value
True - Successful, Otherwise false.
 
Example

   

Visual Basic Syntax
DVDPlayer1.SetPlaybackRate -2