| Package | Description |
|---|---|
| com.goxr3plus.streamplayer.enums | |
| com.goxr3plus.streamplayer.stream |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
StreamPlayerEvent.getPlayerStatus()
Returns the Player Status
|
Status |
StreamPlayer.getStatus()
This method will return the status of the player
|
| Constructor and Description |
|---|
StreamPlayerEvent(java.lang.Object source,
Status status,
int encodededStreamPosition,
java.lang.Object description)
Constructor.
|
StreamPlayerEventLauncher(java.lang.Object source,
Status playerStatus,
int encodedStreamPosition,
java.lang.Object description,
java.util.List<StreamPlayerListener> listeners)
Instantiates a new stream player event launcher.
|
Copyright © 2019. All rights reserved.