public interface IPreparedCapableSubSystem
Modifier and Type | Method and Description |
---|---|
ISubSystemPlayParameters |
createParameterInstance()
create a parameter instance for preparing the play
|
PlayControl |
playPrepared(java.lang.Object owner,
IPreparedPlaying pp,
IPlaySubSystemFeedBack feedBack,
long pos)
Play a prepared play
|
IPreparedPlaying |
preparePlaying(VirtualBook transposedVirtualBook,
ISubSystemPlayParameters params)
Synchronous prepare playing method
|
void |
stop()
Stop the play
|
ISubSystemPlayParameters createParameterInstance() throws java.lang.Exception
java.lang.Exception
IPreparedPlaying preparePlaying(VirtualBook transposedVirtualBook, ISubSystemPlayParameters params) throws java.lang.Exception
transposedVirtualBook
- java.lang.Exception
PlayControl playPrepared(java.lang.Object owner, IPreparedPlaying pp, IPlaySubSystemFeedBack feedBack, long pos) throws java.lang.Exception
owner
- pp
- feedBack
- pos
- java.lang.Exception
void stop() throws java.lang.Exception
java.lang.Exception