Skip to content

Video_get_rate

hugh greene edited this page Jun 20, 2022 · 1 revision

Description

Gets the current playback rate of the given video and returns it.

Parameters

Parameter Data Type Description
id integer index of the video

Return Values

double: Returns the current playback rate of the video.

Example Call

// demonstrates obtaining the current playback rate of a video
var rate;
rate = video_get_rate(myvideo);

NOTOC

Clone this wiki locally