Interface Track

Represents a video, audio or subtitle track. See mpv's track-list property for more information.

Hierarchy

  • Track

Properties

id: number

The track ID. Unique for each type of tracks.

title: string

The track title.

formattedTitle: string

The track title, formatted by IINA for display. Guaranteed to be non-null.

lang: string

The language of the track.

codec: string
isDefault: boolean
isForced: boolean
isSelected: boolean
isExternal: boolean
demuxW: number
demuxH: number
demuxChannelCount: number
demuxChannels: number
demuxSamplerate: number
demuxFPS: number

Generated using TypeDoc