Video_get_rate - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

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