Labeling Config
data class LabelingConfig(subtitleLabeler: SubtitleLabeler?, audioLabeler: AudioLabeler?, videoQualityLabeler: VideoQualityLabeler?, audioQualityLabeler: AudioQualityLabeler?) : Parcelable
Content copied to clipboard
Configures custom labeling.
Constructors
LabelingConfig
Link copied to clipboard
fun LabelingConfig(subtitleLabeler: SubtitleLabeler? = null, audioLabeler: AudioLabeler? = null, videoQualityLabeler: VideoQualityLabeler? = null, audioQualityLabeler: AudioQualityLabeler? = null)
Content copied to clipboard
Properties
audioLabeler
Link copied to clipboard
audioQualityLabeler
Link copied to clipboard
The current AudioQualityLabeler.
subtitleLabeler
Link copied to clipboard
videoQualityLabeler
Link copied to clipboard
The current VideoQualityLabeler.