Language

AudioPresentation.Builder.SetLabels Method

Definition

Sets locale / text label pairs describing the presentation.

[Android.Runtime.Register("setLabels", "(Ljava/util/Map;)Landroid/media/AudioPresentation$Builder;", "", ApiSince=29)]
public Android.Media.AudioPresentation.Builder SetLabels(System.Collections.Generic.IDictionary<Android.Icu.Util.ULocale,Java.Lang.ICharSequence> labels);
[<Android.Runtime.Register("setLabels", "(Ljava/util/Map;)Landroid/media/AudioPresentation$Builder;", "", ApiSince=29)>]
member this.SetLabels : System.Collections.Generic.IDictionary<Android.Icu.Util.ULocale, Java.Lang.ICharSequence> -> Android.Media.AudioPresentation.Builder

Parameters

labels
IDictionary<ULocale,ICharSequence>

Text label indexed by its locale corresponding to the language code. This value cannot be null.

Returns

Attributes

Remarks

Sets locale / text label pairs describing the presentation.

Android reference for android.media.AudioPresentation.Builder.setLabels.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to