The members of Android.Media.MediaMetadataEditor are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | BitmapKeyArtwork | MediaMetadataEditKey (100). The metadata key for the content artwork / album art. |
const | RatingKeyByOthers | MediaMetadataEditKey (101). The metadata key for the content's average rating, not the user's rating. |
const | RatingKeyByUser | MediaMetadataEditKey (268435457). The metadata key for the content's user rating. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |