Package | Description |
---|---|
org.intellimate.izou.sdk.frameworks.music.player | |
org.intellimate.izou.sdk.frameworks.music.player.template | |
org.intellimate.izou.sdk.frameworks.music.resources |
Modifier and Type | Method and Description |
---|---|
Progress |
MusicProvider.getCurrentProgress()
gets the Progress
|
Modifier and Type | Method and Description |
---|---|
static Optional<Progress> |
Progress.importResource(ResourceModel resourceModel)
creates a Progress-object from the resourceModel
|
Modifier and Type | Method and Description |
---|---|
default void |
MusicHelper.startedSound(Playlist playlist,
Progress progress,
TrackInfo trackInfo,
Volume volume,
boolean isUsingJava)
fires an StartEvent
|
default void |
MusicHelper.updatePlayInfo(Playlist playlist,
Progress progress,
TrackInfo trackInfo,
Volume volume)
fires an update event which notifies that parameters have changed
|
default void |
MusicHelper.updatePlayInfo(Progress progress)
fires an update event which notifies that parameters have changed
|
Modifier and Type | Method and Description |
---|---|
Progress |
InformationProvider.getCurrentProgress()
gets the Progress
|
Progress |
Player.getCurrentProgress()
gets the Progress
|
Modifier and Type | Method and Description |
---|---|
void |
PlayerController.command(String command,
Playlist playlist,
Progress progress,
TrackInfo trackInfo,
Volume volume)
commands the player to fulfill the command
|
void |
Player.updatePlayInfo(Playlist playlist,
Progress progress,
TrackInfo trackInfo,
Volume volume)
fires an update event which notifies that parameters have changed
|
void |
Player.updatePlayInfo(Playlist playlist,
Progress progress,
Volume volume)
updates the Info about the current song
|
void |
Player.updatePlayInfo(Progress progress)
fires an update event which notifies that parameters have changed
|
Modifier and Type | Method and Description |
---|---|
void |
CommandHandler.setJumpProgressController(java.util.function.Consumer<Progress> controller)
adds the ability to jump to a specified position of the current track
|
Modifier and Type | Method and Description |
---|---|
static Optional<Progress> |
ProgressResource.getProgress(EventModel eventModel)
gets the first Progress if found in the EventModel
|
Constructor and Description |
---|
ProgressResource(Identification provider,
Progress progress)
creates a new Resource.
|
ProgressResource(Identification provider,
Progress progress,
Identification consumer)
creates a new Resource.
|
Copyright © 2016. All rights reserved.