Android.Media.MediaMetadata Members

The members of Android.Media.MediaMetadata are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
MetadataKeyAlbumstring. The album title for the media.
const
MetadataKeyAlbumArtstring. The artwork for the album of the media's original source as a Android.Graphics.Bitmap.
const
MetadataKeyAlbumArtiststring. The artist for the album of the media's original source.
const
MetadataKeyAlbumArtUristring. The artwork for the album of the media's original source as a Uri formatted String.
const
MetadataKeyArtstring. The artwork for the media as a Android.Graphics.Bitmap.
const
MetadataKeyArtiststring. The artist of the media.
const
MetadataKeyArtUristring. The artwork for the media as a Uri formatted String.
const
MetadataKeyAuthorstring. The author of the media.
const
MetadataKeyCompilationstring. The compilation status of the media.
const
MetadataKeyComposerstring. The composer of the media.
const
MetadataKeyDatestring. The date the media was created or published.
const
MetadataKeyDiscNumberstring. The disc number for the media's original source.
const
MetadataKeyDisplayDescriptionstring. A description that is suitable for display to the user.
const
MetadataKeyDisplayIconstring. An icon or thumbnail that is suitable for display to the user.
const
MetadataKeyDisplayIconUristring. A Uri formatted String for an icon or thumbnail that is suitable for display to the user.
const
MetadataKeyDisplaySubtitlestring. A subtitle that is suitable for display to the user.
const
MetadataKeyDisplayTitlestring. A title that is suitable for display to the user.
const
MetadataKeyDurationstring. The duration of the media in ms.
const
MetadataKeyGenrestring. The genre of the media.
const
MetadataKeyMediaIdstring. A String key for identifying the content.
const
MetadataKeyNumTracksstring. The number of tracks in the media's original source.
const
MetadataKeyRatingstring. The overall rating for the media.
const
MetadataKeyTitlestring. The title of the media.
const
MetadataKeyTrackNumberstring. The track number for the media.
const
MetadataKeyUserRatingstring. The user's rating for the media.
const
MetadataKeyWriterstring. The writer of the media.
const
MetadataKeyYearstring. The year the media was created or published as a long.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
DescriptionMediaDescription. Returns a simple description of this metadata for display purposes.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.