LabelingConfig

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

Configures custom labeling.

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