Package jag.audio
Interface RSAudioSystemImpl
-
- All Superinterfaces:
RSAudioSystem,RSProvider
public interface RSAudioSystemImpl extends RSAudioSystem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getBuffer()intgetBufferSize()AudioFormatgetFormat()SourceDataLinegetSourceDataLine()-
Methods inherited from interface jag.audio.RSAudioSystem
getSamples
-
-
-
-
Method Detail
-
getSourceDataLine
SourceDataLine getSourceDataLine()
-
getFormat
AudioFormat getFormat()
-
getBuffer
byte[] getBuffer()
-
getBufferSize
int getBufferSize()
-
-