public class StopAudioProcessor extends java.lang.Object implements AudioProcessor
| Constructor and Description |
|---|
StopAudioProcessor(double stopTime) |
| Modifier and Type | Method and Description |
|---|---|
double |
getStopAt() |
boolean |
process(AudioEvent audioEvent)
Process the audio event.
|
void |
processingFinished()
Notify the AudioProcessor that no more data is available and processing
has finished.
|
void |
setStopTime(double stopTime) |
public boolean process(AudioEvent audioEvent)
AudioProcessorprocess in interface AudioProcessoraudioEvent - The audio event that contains audio data.public void processingFinished()
AudioProcessorprocessingFinished in interface AudioProcessorpublic double getStopAt()
public void setStopTime(double stopTime)