RemoteControlClient.EditMetadata(Boolean) 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.
Caution
deprecated
Creates a MetadataEditor
.
[Android.Runtime.Register("editMetadata", "(Z)Landroid/media/RemoteControlClient$MetadataEditor;", "GetEditMetadata_ZHandler")]
[System.Obsolete("deprecated")]
public virtual Android.Media.RemoteControlClient.MetadataEditor? EditMetadata (bool startEmpty);
[<Android.Runtime.Register("editMetadata", "(Z)Landroid/media/RemoteControlClient$MetadataEditor;", "GetEditMetadata_ZHandler")>]
[<System.Obsolete("deprecated")>]
abstract member EditMetadata : bool -> Android.Media.RemoteControlClient.MetadataEditor
override this.EditMetadata : bool -> Android.Media.RemoteControlClient.MetadataEditor
Parameters
- startEmpty
- Boolean
Set to false if you want the MetadataEditor to contain the metadata that was previously applied to the RemoteControlClient, or true if it is to be created empty.
Returns
a new MetadataEditor instance.
- Attributes
Remarks
Java documentation for android.media.RemoteControlClient.editMetadata(boolean)
.
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.