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