LabelingConfig

data class LabelingConfig(var subtitleLabeler: SubtitleLabeler? = null, var audioLabeler: AudioLabeler? = null, var videoQualityLabeler: VideoQualityLabeler? = null, var audioQualityLabeler: AudioQualityLabeler? = null) : Parcelable

Configures custom labeling.

Audio and subtitle labelers are applied to all audio and subtitle tracks during local playback and while casting.

While casting, this does not relabel tracks in the native cast receiver UI.

Constructors

Link copied to clipboard
constructor(subtitleLabeler: SubtitleLabeler? = null, audioLabeler: AudioLabeler? = null, videoQualityLabeler: VideoQualityLabeler? = null, audioQualityLabeler: AudioQualityLabeler? = null)

Properties

Link copied to clipboard
@Transient
var audioLabeler: AudioLabeler?

The current AudioLabeler.

Link copied to clipboard
Link copied to clipboard

The current SubtitleLabeler.

Link copied to clipboard