Class adways.hv.SceneController
SceneController class description
adways.hv.SceneController( )
private
enterFullscreen( )
public
Enter fullscreen video
1, if fullscreen changed, 0 otherwise
exitFullscreen( )
public
Exit fullscreen video
1, if fullscreen changed, 0 otherwise
getCurrentTime( )
public
Return video current time
current time
getDuration( )
public
Return video duration
duration
getFullscreen( )
public
Return fullscreen state
true if video is fullscreen, 0 otherwise
getMuted( )
public
Return true if video is muted
true if video is muted, 0 otherwise
getPlaybackRate( )
public
Return playback rate
playback rate
getPlayState( )
public
Return video current play state
current play state
getVolume( )
public
Return video current volume
current volume
mute( )
public
Mute video
1, if mute changed, 0 otherwise
pause( )
public
Pause video
1, if playstate changed, 0 otherwise
play( )
public
Play video
1, if playstate changed, 0 otherwise
setCurrentTime( newTime )
public
Set video new current time
Parameters:
-
newTime<Number>new time
1, if changed, 0 otherwise
setPlaybackRate( newPlaybackRate )
public
Set video playback rate
Parameters:
-
newPlaybackRate<Number>new playback rate
1, if changed, 0 otherwise
setVolume( newVolume )
public
Set video new volume
Parameters:
-
newVolume<Number>new volume
1, if changed, 0 otherwise
unmute( )
public
Unute video
1, if mute changed, 0 otherwise