Android.Media.MediaMetadataEditor: Method Members

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

Public Methods

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) : Android.Graphics.Bitmap
Returns the Android.Graphics.Bitmap value for the key.
GetEditableKeys() : MediaMetadataEditKey[]
Retrieves the keys flagged as editable.
GetLong(MediaMetadataEditKey, long) : long
Returns the long value for the key.
GetObject(MediaMetadataEditKey, Java.Lang.Object) : Java.Lang.Object
Returns an object representation of the value for the key
GetString(MediaMetadataEditKey, string) : string
Returns the Java.Lang.String value for the key.
PutBitmap(MediaMetadataEditKey, Android.Graphics.Bitmap) : MediaMetadataEditor
Adds image.
PutLong(MediaMetadataEditKey, long) : MediaMetadataEditor
Adds numerical information.
PutObject(MediaMetadataEditKey, Java.Lang.Object) : MediaMetadataEditor
Adds information stored as an instance.
PutString(MediaMetadataEditKey, string) : MediaMetadataEditor
Adds textual information.
RemoveEditableKeys()
Causes all metadata fields to be read-only.