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