Android.Media.MediaDescription Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
Descriptionstring. Documentation for this section has not yet been entered.
[read-only]
DescriptionFormattedJava.Lang.ICharSequence. Returns a description suitable for display or null.
[read-only]
ExtrasAndroid.OS.Bundle. Returns any extras that were added to the description.
[read-only]
IconBitmapAndroid.Graphics.Bitmap. Returns a bitmap icon suitable for display or null.
[read-only]
IconUriAndroid.Net.Uri. Returns a Uri for an icon suitable for display or null.
[read-only]
MediaIdstring. Returns the media id or null.
[read-only]
Subtitlestring. Documentation for this section has not yet been entered.
[read-only]
SubtitleFormattedJava.Lang.ICharSequence. Returns a subtitle suitable for display or null.
[read-only]
Titlestring. Documentation for this section has not yet been entered.
[read-only]
TitleFormattedJava.Lang.ICharSequence. Returns a title suitable for display or null.

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

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.