Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
HTML DOM Video playbackRate Property
The HTML DOM Video playbackRate property returns/sets a number corrosponding to current playback rate of media.
Syntax
Following is the syntax −
Returning playbackRate as a number
mediaObject.playbackRate
Setting playbackRate to a number
mediaObject.playbackRate = number
NOTE − Number has a max value of ‘16’ and if ‘0.0’ video is still.
Let us see an example of Video playbackRate property −
Example
HTML DOM Video playbackRate
Output
Clicking ‘Fast (>>)’ button 2 times −

Now, click ‘Slow ( button once −

Advertisements
