Package | Description |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer.controls.player | |
at.tuwien.ifs.somtoolbox.apps.viewer.controls.psomserver |
Modifier and Type | Class and Description |
---|---|
class |
PlayerControl |
class |
PlayList |
class |
PlaySOMPlayer |
class |
StandalonePlaySOMPlayer |
Modifier and Type | Field and Description |
---|---|
private PlayerListener |
AudioPlayThread.listener |
Modifier and Type | Field and Description |
---|---|
private Vector<PlayerListener> |
PlayList.listeners |
protected List<PlayerListener> |
AudioPlayer.listeners |
Modifier and Type | Method and Description |
---|---|
void |
AudioPlayer.addMP3PlayerListener(PlayerListener l) |
void |
PlaySOMPlayer.addPlayerListener(PlayerListener l) |
void |
PlayList.addPlayerListener(PlayerListener l) |
void |
AudioPlayer.removeMP3PlayerListener(PlayerListener l) |
void |
PlaySOMPlayer.removePlayerListener(PlayerListener l) |
void |
PlayList.removePlayerListener(PlayerListener l) |
Constructor and Description |
---|
AudioPlayThread(AudioVectorMetaData song,
PlayerListener someoneToInform) |
FlatAudioPlayThread(AudioVectorMetaData song,
PlayerListener caller) |
MP3PlayThread(AudioVectorMetaData toPlay,
PlayerListener caller) |
Modifier and Type | Field and Description |
---|---|
private PlayerListener |
PocketSOMConnector.ConnectorEndpoint._PlayerListener |