URLPlayerOptions
Options for the createURLPlayer method.
Props
loop
loop: boolean
If it's true, playback will be looped.
onPause
onPause: boolean
If it's true, the player will be set on pause right after creation. To continue playback, use the Player.resume method. It's false by default.
progressivePlayback
progressivePlayback: boolean
Use progressive playback or not. If true, the file will be delivered in chunks which reduces delay before a method call and playback. It's false by default.