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
ContainsKey(string)Returns true if the given key is contained in the metadata | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
GetBitmap(string)Returns a Android.Graphics.Bitmap for the given key or null if no bitmap exists for the given key. | ||
GetLong(string)Returns the value associated with the given key, or 0L if no long exists for the given key. | ||
GetRating(string)Returns a Android.Media.Rating for the given key or null if no rating exists for the given key. | ||
GetString(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)Documentation for this section has not yet been entered. | ||
GetTextFormatted(string)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()Returns a Set containing the Strings used as keys in this metadata. | ||
Size()Returns the number of fields in this metadata. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |