AudioPresentation.Labels Property

Definition

public System.Collections.Generic.IDictionary<Java.Util.Locale,string>? Labels { [Android.Runtime.Register("getLabels", "()Ljava/util/Map;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getLabels", "()Ljava/util/Map;", "", ApiSince=28)>]
member this.Labels : System.Collections.Generic.IDictionary<Java.Util.Locale, string>

Property Value

a map of available text labels for this presentation. Each label is indexed by its locale corresponding to the language code as specified by ISO 639-2. Either ISO 639-2/B or ISO 639-2/T could be used.

Attributes

Remarks

Java documentation for android.media.AudioPresentation.getLabels().

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