public interface XappController
Modifier and Type | Method and Description |
---|---|
boolean |
isPlaying()
Returns true if the controller is currently playing.
|
void |
pause()
Pauses the controller.
|
void |
release()
Stop and release the resources.
|
void |
start()
Start the controller.
|
void |
stop()
Completely stops the entire process.
|
boolean isPlaying()
void start()
void pause()
start()
from this state
will restart the process from where it previously left off.void stop()
start()
from this state will restart the process from where it previously left off.void release()