IAudioMetadataReadMap.Dup 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 a copy of the map.
[Android.Runtime.Register("dup", "()Landroid/media/AudioMetadataMap;", "GetDupHandler:Android.Media.IAudioMetadataReadMapInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public Android.Media.IAudioMetadataMap Dup ();
[<Android.Runtime.Register("dup", "()Landroid/media/AudioMetadataMap;", "GetDupHandler:Android.Media.IAudioMetadataReadMapInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member Dup : unit -> Android.Media.IAudioMetadataMap
Returns
a Map copied from the existing map.
- Attributes
Remarks
Returns a copy of the map.
This is intended for safe conversion between a AudioMetadataReadMap
interface and a AudioMetadataMap
interface. Currently only simple objects are used for key values which means a shallow copy is sufficient.
Java documentation for android.media.AudioMetadataReadMap.dup()
.
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.