class AudioPlayer.Execute extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AudioPlayer.Command |
command |
private java.lang.Exception |
exception |
private double |
offset |
private AudioPlayer.Result |
result |
private double |
speed |
private java.net.URL |
url |
Constructor and Description |
---|
Execute() |
Modifier and Type | Method and Description |
---|---|
protected AudioPlayer.Command |
command() |
protected void |
failed(java.lang.Exception e) |
protected double |
offset() |
protected void |
ok(AudioPlayer.State newState) |
protected void |
pause() |
protected void |
play(java.net.URL url,
double offset,
double speed) |
protected void |
possiblyInterrupt() |
private void |
send() |
protected double |
speed() |
protected java.net.URL |
url() |
private AudioPlayer.Command command
private AudioPlayer.Result result
private java.lang.Exception exception
private java.net.URL url
private double offset
private double speed
Execute()
protected void play(java.net.URL url, double offset, double speed) throws java.lang.InterruptedException, java.io.IOException
java.lang.InterruptedException
java.io.IOException
protected void pause() throws java.lang.InterruptedException, java.io.IOException
java.lang.InterruptedException
java.io.IOException
private void send() throws java.lang.InterruptedException, java.io.IOException
java.lang.InterruptedException
java.io.IOException
protected void possiblyInterrupt() throws java.lang.InterruptedException
java.lang.InterruptedException
protected void failed(java.lang.Exception e)
protected void ok(AudioPlayer.State newState)
protected double offset()
protected double speed()
protected java.net.URL url()
protected AudioPlayer.Command command()