Uses of Class javax.sound.sampled.Mixer.Info

Uses in package javax.sound.sampled.spi

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.

Uses in package javax.sound.sampled

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.