|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AudioStream | |
---|---|
ddf.minim | |
ddf.minim.javasound | |
ddf.minim.spi |
Uses of AudioStream in ddf.minim |
---|
Constructors in ddf.minim with parameters of type AudioStream | |
---|---|
AudioInput(AudioStream stream)
Constructs an AudioInput that subscribes to stream and
can control the DataLine that stream is reading from. |
|
AudioSample(AudioStream stream)
Constructs an AudioSample object that gets its audio from stream. |
|
AudioSource(AudioStream istream)
Constructs an AudioSource that will subscribe to the samples
in stream . |
Uses of AudioStream in ddf.minim.javasound |
---|
Methods in ddf.minim.javasound that return AudioStream | |
---|---|
AudioStream |
JSMinim.getAudioStream(int type,
int bufferSize,
float sampleRate,
int bitDepth)
|
Uses of AudioStream in ddf.minim.spi |
---|
Subinterfaces of AudioStream in ddf.minim.spi | |
---|---|
interface |
AudioRecordingStream
|
interface |
AudioSynthesizer
An AudioSythesizer is an AudioStream that
generates sound, rather than reading sound. |
Methods in ddf.minim.spi that return AudioStream | |
---|---|
AudioStream |
MinimServiceProvider.getAudioStream(int type,
int bufferSize,
float sampleRate,
int bitDepth)
Should return an AudioStream with the requested parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |