Android.Media.MediaMetadata: Method Members

The methods of Android.Media.MediaMetadata are listed below. For a list of all members, see the MediaMetadata Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

ContainsKey(string) : bool
Returns true if the given key is contained in the metadata
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
GetBitmap(string) : Android.Graphics.Bitmap
Returns a Android.Graphics.Bitmap for the given key or null if no bitmap exists for the given key.
GetLong(string) : long
Returns the value associated with the given key, or 0L if no long exists for the given key.
GetRating(string) : Rating
Returns a Android.Media.Rating for the given key or null if no rating exists for the given key.
GetString(string) : string
Returns the text value associated with the given key as a String, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.
GetText(string) : string
Documentation for this section has not yet been entered.
GetTextFormatted(string) : Java.Lang.ICharSequence
Returns the value associated with the given key, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.
KeySet() : ICollection<string>
Returns a Set containing the Strings used as keys in this metadata.
Size() : int
Returns the number of fields in this metadata.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.