MediaInfo

data class MediaInfo(val durationMicros: Long?, val formatName: String, val metadata: Map<String, String>, val chapters: List<Chapter>)

The container-level facts in one value (KD-5): what a player's media screen shows before any stream is selected. Assembled from the source's own members, so it can never disagree with them.

Constructors

Link copied to clipboard
constructor(durationMicros: Long?, formatName: String, metadata: Map<String, String>, chapters: List<Chapter>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard