representation of an item which is to be played
More...
representation of an item which is to be played
- Author
- Tobias Schoene (openbit)
◆ getDuration()
long de.yaacc.player.PlayableItem.getDuration |
( |
| ) |
|
Duration in milliseconds.
- Returns
- the duration
◆ getMimeType()
String de.yaacc.player.PlayableItem.getMimeType |
( |
| ) |
|
◆ getTitle()
String de.yaacc.player.PlayableItem.getTitle |
( |
| ) |
|
◆ getUri()
Uri de.yaacc.player.PlayableItem.getUri |
( |
| ) |
|
◆ setDuration()
void de.yaacc.player.PlayableItem.setDuration |
( |
long |
duration | ) |
|
Duration in milliseconds.
- Parameters
-
duration | the duration to set |
◆ setMimeType()
void de.yaacc.player.PlayableItem.setMimeType |
( |
String |
mimeType | ) |
|
- Parameters
-
mimeType | the mimeType to set |
◆ setTitle()
void de.yaacc.player.PlayableItem.setTitle |
( |
String |
title | ) |
|
◆ setUri()
void de.yaacc.player.PlayableItem.setUri |
( |
Uri |
uri | ) |
|
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/de/yaacc/player/PlayableItem.java