Java android.media MediaDescription fields, constructors, methods, implement or subclass

Example usage for Java android.media MediaDescription fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media MediaDescription.

The text is from its open source code.

Method

CharSequencegetDescription()
Returns a description suitable for display or null.
BundlegetExtras()
Returns any extras that were added to the description.
UrigetIconUri()
Returns a Uri for an icon suitable for display or null.
StringgetMediaId()
Returns the media id or null.
UrigetMediaUri()
Returns a Uri representing this content or null.
CharSequencegetSubtitle()
Returns a subtitle suitable for display or null.
CharSequencegetTitle()
Returns a title suitable for display or null.