IAudioMetadataReadMap.Get(AudioMetadata+IKey) Method
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 value associated with the key.
[Android.Runtime.Register("get", "(Landroid/media/AudioMetadata$Key;)Ljava/lang/Object;", "GetGet_Landroid_media_AudioMetadata_Key_Handler:Android.Media.IAudioMetadataReadMapInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public Java.Lang.Object? Get (Android.Media.AudioMetadata.IKey key);
[<Android.Runtime.Register("get", "(Landroid/media/AudioMetadata$Key;)Ljava/lang/Object;", "GetGet_Landroid_media_AudioMetadata_Key_Handler:Android.Media.IAudioMetadataReadMapInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
abstract member Get : Android.Media.AudioMetadata.IKey -> Java.Lang.Object
Parameters
interface for requesting the value.
Returns
returns the value of associated with key or null if it doesn't exist.
- Attributes
Remarks
Java documentation for android.media.AudioMetadataReadMap.get(android.media.Key)
.
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.