playbackRate property
Gets or sets the current speed for the media resource to play. This speed is expressed as a multiple of the normal speed of the media resource.
![]() ![]() |
Syntax
HRESULT value = object.put_playbackRate( fSpeed);HRESULT value = object.get_playbackRate(* fSpeed);
Property values
Type: float
The speed as a multiple of the normal speed of the media.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.8
Remarks
If the value is 0 or a positive number, the direction of play is forward. Otherwise, the direction of play is backward.
Build date: 11/12/2012

