Disposition

data class Disposition(val default: Boolean = false, val forced: Boolean = false, val hearingImpaired: Boolean = false, val visualImpaired: Boolean = false, val attachedPicture: Boolean = false)

What a container says a stream is for.

A track menu needs this. Without forced a player cannot mark or auto-select forced subtitles, which is the difference between showing a translation of one foreign line and showing every subtitle in the film. Without attachedPicture album art is treated as a one frame video stream and the player tries to synchronise to it.

Constructors

Link copied to clipboard
constructor(default: Boolean = false, forced: Boolean = false, hearingImpaired: Boolean = false, visualImpaired: Boolean = false, attachedPicture: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cover art, not video. Exactly one frame, and never the synchronisation master.

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