-
Notifications
You must be signed in to change notification settings - Fork 0
Video_get_rate
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets the current playback rate of the given video and returns it.
| Parameter | Data Type | Description |
|---|---|---|
| id | integer | index of the video |
double: Returns the current playback rate of the video.
// demonstrates obtaining the current playback rate of a video
var rate;
rate = video_get_rate(myvideo);
NOTOC
This is number 1