C

object C(source)

Properties

Link copied to clipboard

"cbc1" scheme type name as defined in ISO/IEC 23001-7:2016.

Link copied to clipboard

"cbcs" scheme type name as defined in ISO/IEC 23001-7:2016.

Link copied to clipboard

"cenc" scheme type name as defined in ISO/IEC 23001-7:2016.

Link copied to clipboard

"cens" scheme type name as defined in ISO/IEC 23001-7:2016.

Link copied to clipboard

UUID for the ClearKey DRM scheme.

Link copied to clipboard

UUID for the PlayReady DRM scheme.

Link copied to clipboard

Indicates an alternate track. For example a video track recorded from an different view point than the main track(s).

Link copied to clipboard

Indicates the track contains captions. This flag may be set on video tracks to indicate the presence of burned in captions.

Link copied to clipboard

Indicates the track contains commentary, for example from the director.

Link copied to clipboard

Indicates the track contains a textual description of music and sound.

Link copied to clipboard

Indicates the track contains an audio or textual description of a video track.

Link copied to clipboard
const val ROLE_FLAG_DUB: Int

Indicates the track is in a different language from the original, for example dubbed audio or translated captions.

Link copied to clipboard

Indicates the track contains a text that has been edited for ease of reading.

Link copied to clipboard

Indicates the track contains information about a current emergency.

Indicates the track is designed for improved intelligibility of dialogue.

Link copied to clipboard
const val ROLE_FLAG_MAIN: Int = 1

Indicates a main track.

Link copied to clipboard
const val ROLE_FLAG_SIGN: Int

Indicates the track contains a visual sign-language interpretation of an audio track.

Link copied to clipboard

Indicates the track contains subtitles. This flag may be set on video tracks to indicate the presence of burned in subtitles.

Link copied to clipboard

Indicates a supplementary track, meaning the track has lower importance than the main track(s). For example a video track that provides a visual accompaniment to a main audio track.

Link copied to clipboard

Indicates the track contains a transcription of spoken dialog.

Link copied to clipboard

Indicates the track is intended for trick play.

Link copied to clipboard

Indicates that the player may choose to play the track in absence of an explicit user preference.

Link copied to clipboard

Indicates that the track should be selected if user preferences do not state otherwise.

Link copied to clipboard

Indicates that the track should be selected if its language matches the language of the selected audio track and user preferences do not state otherwise. Only applies to text tracks.

Link copied to clipboard
const val TRACK_TYPE_AUDIO: Int = 1

A type constant for audio tracks.

Link copied to clipboard

A type constant for camera motion tracks.

Link copied to clipboard
const val TRACK_TYPE_DEFAULT: Int = 0

A type constant for tracks of some default type, where the type itself is unknown.

Link copied to clipboard
const val TRACK_TYPE_IMAGE: Int = 4

A type constant for image tracks.

Link copied to clipboard
const val TRACK_TYPE_METADATA: Int = 5

A type constant for metadata tracks.

Link copied to clipboard
const val TRACK_TYPE_NONE: Int

A type constant for a fake or empty track.

Link copied to clipboard
const val TRACK_TYPE_TEXT: Int = 3

A type constant for text tracks.

Link copied to clipboard

A type constant for tracks of unknown type.

Link copied to clipboard
const val TRACK_TYPE_VIDEO: Int = 2

A type constant for video tracks.

Link copied to clipboard

UUID for the Widevine DRM scheme.