PlayerOption

data class PlayerOption(val title: String? = "", val duration: Long? = 0, val aspectRatio: Double? = 0.0, val chapters: ArrayList<Chapter> = arrayListOf(), val captions: ArrayList<Caption> = arrayListOf(), val posters: ArrayList<Posters> = arrayListOf(), val playerConfig: PlayerConfig? = PlayerConfig())

Constructors

Link copied to clipboard
fun PlayerOption(title: String? = "", duration: Long? = 0, aspectRatio: Double? = 0.0, chapters: ArrayList<Chapter> = arrayListOf(), captions: ArrayList<Caption> = arrayListOf(), posters: ArrayList<Posters> = arrayListOf(), playerConfig: PlayerConfig? = PlayerConfig())

Properties

Link copied to clipboard
val aspectRatio: Double? = 0.0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val duration: Long? = 0
Link copied to clipboard
val playerConfig: PlayerConfig?
Link copied to clipboard
Link copied to clipboard