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.