Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Set default direction of playback.


Method summary
​WizeyeVideoPlayer.setPlaybackDirection(speed)
ParametersDescription

direction

(-) value: backward

(+) value: forward


example
mp1.setPlaybackDirection("1");	// forward
mp1.setPlaybackDirection("-1");	// backward
  • No labels