AudioMetadata.IKey.ValueClass Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the class type T of the associated value.
public Java.Lang.Class ValueClass { [Android.Runtime.Register("getValueClass", "()Ljava/lang/Class;", "GetGetValueClassHandler:Android.Media.AudioMetadata/IKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getValueClass", "()Ljava/lang/Class;", "GetGetValueClassHandler:Android.Media.AudioMetadata/IKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
member this.ValueClass : Java.Lang.Class
Property Value
- Attributes
Remarks
Returns the class type T of the associated value. Valid class types for Build.VERSION_CODES.R are Integer.class, Long.class, Float.class, Double.class, String.class.
Android reference for android.media.AudioMetadata.Key.getValueClass.
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.