AudioQualityLabeler

fun interface AudioQualityLabeler

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

Functions

Link copied to clipboard
abstract fun getAudioQualityLabel(audioQuality: AudioQuality): String?

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