private 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 |
Modifier | Constructor and Description |
---|---|
private |
AudioPlayer.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) |
private 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
private AudioPlayer.Execute()
protected void play(java.net.URL url, double offset, double speed) throws java.lang.Exception
java.lang.Exception
protected void pause() throws java.lang.Exception
java.lang.Exception
private void send() throws java.lang.Exception
java.lang.Exception
private 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()