public interface PlaySubSystem
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getOwner()
Get the currently play owner
|
boolean |
isPlaying()
is the subsystem playing ?
|
PlayControl |
play(java.lang.Object owner,
VirtualBook vb,
IPlaySubSystemFeedBack feedBack,
long pos)
Launch the play of the virtual book
|
void |
stop()
Stop the play
|
PlayControl play(java.lang.Object owner, VirtualBook vb, IPlaySubSystemFeedBack feedBack, long pos) throws java.lang.Exception
owner
- the play ownervb
- the virtual bookfeedBack
- a feed back interface for user feed backspos
- the position for the play start (in microseconds)java.lang.Exception
java.lang.Object getOwner()
boolean isPlaying() throws java.lang.Exception
java.lang.Exception
void stop() throws java.lang.Exception
java.lang.Exception