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.ExceptionIPreparedPlaying preparePlaying(VirtualBook transposedVirtualBook, ISubSystemPlayParameters params) throws java.lang.Exception
transposedVirtualBook - java.lang.ExceptionPlayControl playPrepared(java.lang.Object owner, IPreparedPlaying pp, IPlaySubSystemFeedBack feedBack, long pos) throws java.lang.Exception
owner - pp - feedBack - pos - java.lang.Exceptionvoid stop() throws java.lang.Exception
java.lang.Exception