public class StreamPlayerEvent
extends java.lang.Object
| Constructor and Description |
|---|
StreamPlayerEvent(java.lang.Object source,
Status status,
int encodededStreamPosition,
java.lang.Object description)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDescription()
Gets the description.
|
int |
getEncodedStreamPosition()
Returns the encoded stream position
|
Status |
getPlayerStatus()
Returns the Player Status
|
java.lang.Object |
getSource()
Gets the source.
|
java.lang.String |
toString() |
public StreamPlayerEvent(java.lang.Object source,
Status status,
int encodededStreamPosition,
java.lang.Object description)
source - the sourcestatus - the statusencodededStreamPosition - the stream positiondescription - the descriptionpublic Status getPlayerStatus()
Statuspublic int getEncodedStreamPosition()
public java.lang.Object getDescription()
public java.lang.Object getSource()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All rights reserved.