defaultPlaybackRate property
Gets or sets the default playback rate when the user is not using fast foward or reverse for a video or audio resource.
![]() ![]() |
Syntax
HRESULT value = object.put_defaultPlaybackRate( fRate);HRESULT value = object.get_defaultPlaybackRate(* fRate);
Property values
Type: float
The default playback rate.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.8
Remarks
The defaultPlaybackRate property is expressed as a multiple of the media's normal speed.
Build date: 11/12/2012

