Package ipsk.audio
Class AudioController.PlaybackStatus
- java.lang.Object
-
- ipsk.audio.impl.j2audio.SynchronizedStatus
-
- ipsk.audio.AudioController.PlaybackStatus
-
- Enclosing interface:
- AudioController
public static class AudioController.PlaybackStatus extends SynchronizedStatus
Represents status of the playback engine.- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLOSED
static java.lang.String
CONFIGURED
static java.lang.String
FILES_SET
static java.lang.String
OPEN
static java.lang.String
PAUSE
static java.lang.String
PLAYED
static java.lang.String
PLAYING
static java.lang.String
PREPARED
-
Fields inherited from class ipsk.audio.impl.j2audio.SynchronizedStatus
DEBUG, status
-
-
Constructor Summary
Constructors Constructor Description PlaybackStatus(java.lang.String status)
Creates new playback status object.
-
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
-
CLOSED
public static final java.lang.String CLOSED
- See Also:
- Constant Field Values
-
CONFIGURED
public static final java.lang.String CONFIGURED
- See Also:
- Constant Field Values
-
OPEN
public static final java.lang.String OPEN
- See Also:
- Constant Field Values
-
PREPARED
public static final java.lang.String PREPARED
- See Also:
- Constant Field Values
-
PAUSE
public static final java.lang.String PAUSE
- See Also:
- Constant Field Values
-
PLAYING
public static final java.lang.String PLAYING
- See Also:
- Constant Field Values
-
PLAYED
public static final java.lang.String PLAYED
- See Also:
- Constant Field Values
-
FILES_SET
public static final java.lang.String FILES_SET
- See Also:
- Constant Field Values
-
-