|
YAACC - UPNP Client and Server
|
Lightweight Photo wrapper that avoids Cling Property overhead. More...


Public Member Functions | |
| YaaccPhoto (String id, String parentId, String title, String creator, boolean restricted) | |
| void | setAlbumArtUri (URI albumArtUri) |
| URI | getAlbumArtUri () |
| Photo | toClingItem () |
| Convert to Cling Photo for UPnP serialization. | |
Public Member Functions inherited from de.yaacc.upnp.model.YaaccItem | |
| YaaccItem (String id, String parentId, String title, String creator, boolean restricted, String clazz) | |
| String | getId () |
| String | getParentId () |
| String | getTitle () |
| String | getCreator () |
| boolean | isRestricted () |
| String | getClazz () |
| List< YaaccRes > | getResources () |
| void | addResource (YaaccRes res) |
Static Public Member Functions | |
| static YaaccPhoto | fromClingPhoto (Photo photo) |
| Create from Cling Photo. | |
Static Public Member Functions inherited from de.yaacc.upnp.model.YaaccItem | |
| static YaaccItem | fromClingItem (Item item) |
| Create from Cling Item. | |
Additional Inherited Members | |
Protected Attributes inherited from de.yaacc.upnp.model.YaaccItem | |
| List< YaaccRes > | resources = new ArrayList<>() |
Lightweight Photo wrapper that avoids Cling Property overhead.
Supports: album art URI.
| Photo de.yaacc.upnp.model.YaaccPhoto.toClingItem | ( | ) |
Convert to Cling Photo for UPnP serialization.
Reimplemented from de.yaacc.upnp.model.YaaccItem.