Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class ErrorCodes
Error codes related to VdoPlayer.
Link copied to clipboard
Describes an error that may occur during use of any library components like player, downloader, etc.
Link copied to clipboard
data class PlayerOption(val mediaId: String? = "", val title: String? = "", val duration: Long? = 0, val aspectRatio: Double? = 0.0, val audioOnly: Boolean = false, val chapters: ArrayList<Chapter> = arrayListOf(), val captions: ArrayList<Caption> = arrayListOf(), val posters: ArrayList<Posters> = arrayListOf(), val playerConfig: PlayerConfig? = PlayerConfig(), val scrubbingPreviewUrl: String? = "")
Link copied to clipboard
An immutable object containing information about a audio, video or captions track in a media.