In some scenarios, you want more control over the labels for subtitle and audio tracks as they are displayed in the player UI. The default behavior of the Bitmovin Player SDKs is, that the labels are inferred from the DASH or HLS manifest in which the tracks are defined. To be able to override this default behavior, we created the `LabelingConfig`.

The following code snippet shows, how the `LabelingConfig` can be used to override the default labels for subtitle tracks in the Android SDK: