Package ipsk.audio.impl.j2audio
Class Playback.PlayerStatus
- java.lang.Object
-
- ipsk.audio.impl.j2audio.SynchronizedStatus
-
- ipsk.audio.impl.j2audio.Playback.PlayerStatus
-
- Enclosing class:
- Playback
public class Playback.PlayerStatus extends SynchronizedStatus
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DRAINING
static java.lang.String
FLUSHED
static java.lang.String
IDLE
static java.lang.String
PAUSE
static java.lang.String
PAUSE_FLUSHING
static java.lang.String
PLAYING
static java.lang.String
PREPARED
static java.lang.String
PREPARING
static java.lang.String
STOP
-
Fields inherited from class ipsk.audio.impl.j2audio.SynchronizedStatus
DEBUG, status
-
-
Constructor Summary
Constructors Constructor Description PlayerStatus(java.lang.String status)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class ipsk.audio.impl.j2audio.SynchronizedStatus
getStatus, setStatus, toString, waitFor, waitFor, waitForNot, waitForNot
-
-
-
-
Field Detail
-
IDLE
public static final java.lang.String IDLE
- See Also:
- Constant Field Values
-
PREPARING
public static final java.lang.String PREPARING
- See Also:
- Constant Field Values
-
PREPARED
public static final java.lang.String PREPARED
- See Also:
- Constant Field Values
-
PLAYING
public static final java.lang.String PLAYING
- See Also:
- Constant Field Values
-
PAUSE
public static final java.lang.String PAUSE
- See Also:
- Constant Field Values
-
PAUSE_FLUSHING
public static final java.lang.String PAUSE_FLUSHING
- See Also:
- Constant Field Values
-
FLUSHED
public static final java.lang.String FLUSHED
- See Also:
- Constant Field Values
-
DRAINING
public static final java.lang.String DRAINING
- See Also:
- Constant Field Values
-
STOP
public static final java.lang.String STOP
- See Also:
- Constant Field Values
-
-