typedef PlayerConfigMediaData
package com.turner.top.sdk.core.player.config
Configuration data for the media player
Properties
capBitrateToSize:Null<Bool>
Player will cap the bitrate based on the size of the player.
Default is true
maxBitrate:Null<ApiBitrateValue>
Governs the highest bitrate the stream is allowed to shift up to regardless of bandwidth
minBitrate:Null<ApiBitrateValue>
Governs the lowest bitrate the stream is allowed to shift down to regardless of bandwidth
muted:Null<Bool>
If media should be muted
Default is false, unless user value persisted or content is forced to auto play
stallTimeout:Null<Int>
Time until media playback is interrupted if it is found to be unexpectedly stalled.
startBitrate:Null<ApiBitrateValue>
Currently not implemented due to limitations of the media engine, use startIndex for now
volume:Null<ApiVolumeValue>
Media volume, with values between 0 and 1
Default is 1, unless user value persisted