VideoQualityLabeler

fun interface VideoQualityLabeler

Can be implemented and added to the LabelingConfig to label VideoQualitys.

Functions

Link copied to clipboard
abstract fun getVideoQualityLabel(videoQuality: VideoQuality): String?

Is called with a VideoQuality to assign a new label to it. If null is returned, the label of videoQuality will not be changed.