-
Notifications
You must be signed in to change notification settings - Fork 0
Video_set_rate
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets the playback rate for the given video. This can be used to fast-forward video playback.
| Parameter | Data Type | Description |
|---|---|---|
| id | integer | index of the video to seek |
| rate | double | playback rate, default is 1, must not be 0 |
void: This function does not return anything.
// demonstrates setting a video to playback two times as fast
video_set_rate(myvideo, 2);
NOTOC
This is number 1