Frames | No Frames |
Methods with parameter type javax.sound.sampled.Mixer.Info | |
Clip | Return a new clip which can be used for playing back an audio stream.
|
Mixer | Return a mixer matching the provided description. |
SourceDataLine | Return a target data line matching the given audio format.
|
TargetDataLine | Return a target data line matching the given audio format and
mixer.
|
Methods with return type javax.sound.sampled.Mixer.Info | |
Mixer.Info[] | Return an array of descriptions of all the mixers provided on the system.
|
Mixer.Info | Return an Info object describing this Mixer.
|
Methods with parameter type javax.sound.sampled.Mixer.Info | |
Mixer | Return a mixer that matches the given info object.
|
boolean | Return true if a mixer matching the provided description is supported.
|
Methods with return type javax.sound.sampled.Mixer.Info | |
Mixer.Info[] | Return an array of info objects describing all the mixers provided by
this provider.
|
Methods with parameter type javax.sound.sampled.Mixer.Info | |
@Override |