URLPlayerParameters
URL Player parameters. Can be passed as arguments to the VoxEngine.createURLPlayer method.
Props
hideBody
hideBody: false
| undefined
| true
Optional. Whether to hide the HTTP request body from the session logs. The default value is false.
hideHeaders
hideHeaders: false
| undefined
| true
Optional. Whether to hide the HTTP request headers from the session logs. The default value is false.
loop
loop: false
| undefined
| true
Optional. Whether to loop playback.
onPause
onPause: false
| undefined
| true
Optional. 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
Optional. Whether to use progressive playback. If true, the file is delivered in chunks which reduces delay before a method call and playback. The default value is false.