Contents Index Topic Contents | ||
Previous Topic: PlayCount Property Next Topic: ReadyState Property |
Rate Property
Specifies the playback rate for the multimedia stream.
Syntax
[form.]object.Rate [ = double ]Settings
double Numeric expression that represents the playback rate; 1.0 corresponds to the authored rate and is the default value. Data Type
double
Remarks
This property acts as a multiplier value that allows you to play the stream at a faster or slower rate. The value 1.0 indicates the authored speed. Note that the audio track becomes difficult to understand at rates lower than 0.5 and higher than 1.5.
Run-time access: read/write. Design-time access: read/write.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.