Package | Description |
---|---|
org.intellimate.izou.sdk.frameworks.music.user |
Modifier and Type | Method and Description |
---|---|
PlayerRequest |
PlayerRequest.trySetVolume(Volume volume)
tries to set the Volume of the PlayerRequest.
|
Modifier and Type | Method and Description |
---|---|
static Optional<PlayerRequest> |
PlayerRequest.createPlayerRequest(boolean permanent,
Identification player,
AddOnModule source)
creates a new PlayerRequest.
|
static Optional<PlayerRequest> |
PlayerRequest.createPlayerRequest(Playlist playlist,
boolean permanent,
Identification player,
AddOnModule source)
creates a new PlayerRequest.
|
static Optional<PlayerRequest> |
PlayerRequest.createPlayerRequest(Playlist playlist,
Identification player,
AddOnModule source)
creates a new PlayerRequest.
|
static Optional<PlayerRequest> |
PlayerRequest.createPlayerRequest(TrackInfo trackInfo,
boolean permanent,
Identification player,
AddOnModule source)
creates a new PlayerRequest.
|
static Optional<PlayerRequest> |
PlayerRequest.createPlayerRequest(TrackInfo trackInfo,
Identification player,
AddOnModule source)
creates a new PlayerRequest.
|
Optional<PlayerRequest> |
PlaylistSelector.getPlayerRequest(String playlistName)
asks the player for more information about the specified playlist and creates a PlayerRequest with the answer.
|
Optional<PlayerRequest> |
PlaylistSelector.getPlayerRequest(String playlistName,
boolean permanent)
asks the player for more information about the specified playlist and creates a PlayerRequest with the answer.
|
Copyright © 2016. All rights reserved.