Example usage for Java android.media MediaDescription fields, constructors, methods, implement or subclass
The text is from its open source code.
CharSequence | getDescription() Returns a description suitable for display or null. |
Bundle | getExtras() Returns any extras that were added to the description. |
Uri | getIconUri() Returns a Uri for an icon suitable for display or null. |
String | getMediaId() Returns the media id or null. |
Uri | getMediaUri() Returns a Uri representing this content or null. |
CharSequence | getSubtitle() Returns a subtitle suitable for display or null. |
CharSequence | getTitle() Returns a title suitable for display or null. |