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()
int
getBufferSize()
AudioFormat
getFormat()
SourceDataLine
getSourceDataLine()
-
Methods inherited from interface jag.audio.RSAudioSystem
getSamples
-
-
-
-
Method Detail
-
getSourceDataLine
SourceDataLine getSourceDataLine()
-
getFormat
AudioFormat getFormat()
-
getBuffer
byte[] getBuffer()
-
getBufferSize
int getBufferSize()
-
-