public class PlayerConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Advertisement |
advertisement
Configuration object for player advertisement.
|
java.lang.Boolean |
autoplay
Indicates if player should play video after player load.
|
Media[] |
dataProvider
Object with media data.
|
java.lang.String |
dataSource
URL pointing to json file with media data.
|
java.lang.Double |
dvrWindowEndTime
Tail constraint for DVR window for live streams.
|
java.lang.Double |
dvrWindowStartTime
Head constraint for DVR window for live streams.
|
java.lang.String |
endSplash
Name of end splash view to use.
|
java.lang.String |
hideUIElements
List of comma separated elements names to hide in player.
|
java.lang.Boolean |
mute
Indicates if player should start playback with muted sound.
|
java.lang.String |
qualityLabelType
Selects if bitrate or resolution should be on quality list.
|
java.lang.Boolean |
qualitySelectionEnabled
Indicates if quality selection should be enabled in player.
|
java.lang.String |
shareButtons
List of comma separated social button names.
|
java.lang.Boolean |
showSkinOnInit
Indicates if player skin should be visible at player start.
|
java.lang.Double |
startTime
Indicates initial start time of video.
|
java.lang.String |
subtitles
Default subtitles language in ISO 3166-1 language code.
|
Constructor and Description |
---|
PlayerConfig() |
Modifier and Type | Method and Description |
---|---|
void |
writeJson(JsonWriter writer) |
public java.lang.String dataSource
public Media[] dataProvider
public Advertisement advertisement
public java.lang.Boolean autoplay
public java.lang.Boolean mute
public java.lang.Double startTime
public java.lang.Boolean qualitySelectionEnabled
public java.lang.String qualityLabelType
public java.lang.Boolean showSkinOnInit
public java.lang.String shareButtons
public java.lang.String hideUIElements
public java.lang.String endSplash
public java.lang.String subtitles
public java.lang.Double dvrWindowStartTime
public java.lang.Double dvrWindowEndTime