|
YAACC - UPNP Client and Server
|
representation of an item which is to be played More...

Public Member Functions | |
| PlayableItem (Item item, int defaultDuration) | |
| String | getMimeType () |
| void | setMimeType (String mimeType) |
| String | getTitle () |
| void | setTitle (String title) |
| Uri | getUri () |
| void | setUri (Uri uri) |
| long | getDuration () |
| Duration in milliseconds. | |
| void | setDuration (long duration) |
| Duration in milliseconds. | |
| Item | getItem () |
| void | setItem (Item item) |
| UUID | getId () |
representation of an item which is to be played
| long de.yaacc.player.PlayableItem.getDuration | ( | ) |
Duration in milliseconds.
| String de.yaacc.player.PlayableItem.getMimeType | ( | ) |
| String de.yaacc.player.PlayableItem.getTitle | ( | ) |
Referenced by de.yaacc.player.LocalMediaSessionPlayer.syncPlaylistToExoPlayer().

| Uri de.yaacc.player.PlayableItem.getUri | ( | ) |
Referenced by de.yaacc.player.LocalMediaSessionPlayer.syncPlaylistToExoPlayer().

| void de.yaacc.player.PlayableItem.setDuration | ( | long | duration | ) |
Duration in milliseconds.
| duration | the duration to set |
| void de.yaacc.player.PlayableItem.setMimeType | ( | String | mimeType | ) |
| mimeType | the mimeType to set |
| void de.yaacc.player.PlayableItem.setTitle | ( | String | title | ) |
| title | the title to set |
| void de.yaacc.player.PlayableItem.setUri | ( | Uri | uri | ) |
| uri | the uri to set |
Referenced by de.yaacc.player.LocalMediaSessionPlayer.syncPlaylistToExoPlayer().
