URLPlayerOptions
Options for the VoxEngine.createURLPlayer method.
Props
loop
loop: false
| undefined
| true
Whether to loop playback.
onPause
onPause: false
| undefined
| true
Whether the player is on pause after creation. To continue the playback, use the Player.resume method. The default value is false.
progressivePlayback
progressivePlayback: false
| undefined
| true
Whether to use progressive playback or not. If true, the file is delivered in chunks which reduces delay before a method call and playback. The default value is false.