- key
- the identifier of a the metadata field to set. Valid keys for a:
- Android.Graphics.Bitmap object are MediaMetadataEditor.BitmapKeyArtwork,
- Java.Lang.String object are the same as for MediaMetadataEditor.PutString(MediaMetadataEditKey, System.String)
- Java.Lang.Long object are the same as for MediaMetadataEditor.PutLong(MediaMetadataEditKey, System.Int64)
- Android.Media.Rating object are MediaMetadataEditor.RatingKeyByOthers and MediaMetadataEditor.RatingKeyByUser.
- value
- the metadata to add.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException
Adds information stored as an instance. Note that none of the information added after MediaMetadataEditor.Apply has been called will be available to consumers of metadata stored by the MediaMetadataEditor.