The methods of Android.Media.MediaMetadataEditor are listed below. For a list of all members, see the MediaMetadataEditor Members list.
See Also: Inherited members from Java.Lang.Object
AddEditableKey(MediaMetadataEditKey)Flags the given key as being editable. | ||
abstract | Apply()Applies all of the metadata changes that have been set since the MediaMetadataEditor instance was created or since MediaMetadataEditor.Clear was called. | |
Clear()Clears all the pending metadata changes set since the MediaMetadataEditor instance was created or since this method was last called. | ||
GetBitmap(MediaMetadataEditKey, Android.Graphics.Bitmap)Returns the Android.Graphics.Bitmap value for the key. | ||
GetEditableKeys()Retrieves the keys flagged as editable. | ||
GetLong(MediaMetadataEditKey, long)Returns the long value for the key. | ||
GetObject(MediaMetadataEditKey, Java.Lang.Object)Returns an object representation of the value for the key | ||
GetString(MediaMetadataEditKey, string)Returns the Java.Lang.String value for the key. | ||
PutBitmap(MediaMetadataEditKey, Android.Graphics.Bitmap)Adds image. | ||
PutLong(MediaMetadataEditKey, long)Adds numerical information. | ||
PutObject(MediaMetadataEditKey, Java.Lang.Object)Adds information stored as an instance. | ||
PutString(MediaMetadataEditKey, string)Adds textual information. | ||
RemoveEditableKeys()Causes all metadata fields to be read-only. | ||