Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class ErrorCodes
Error codes related to VdoPlayer.
Link copied to clipboard
class ErrorDescription
Describes an error that may occur during use of any library components like player, downloader, etc.
Link copied to clipboard
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())
Link copied to clipboard
An immutable object containing information about a audio, video or captions track in a media.