|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mixer.Info | |
javax.sound.sampled | Provides interfaces and classes for capture, processing, and playback of sampled audio data. |
javax.sound.sampled.spi | Supplies abstract classes for service providers to subclass when offering new audio devices, sound file readers and writers, or audio format converters. |
Uses of Mixer.Info in javax.sound.sampled |
Methods in javax.sound.sampled that return Mixer.Info | |
Mixer.Info |
Mixer.getMixerInfo()
Obtains information about this mixer, including the product's name, version, vendor, etc. |
static Mixer.Info[] |
AudioSystem.getMixerInfo()
Obtains an array of mixer info objects that represents the set of audio mixers that are currently installed on the system. |
Methods in javax.sound.sampled with parameters of type Mixer.Info | |
static Mixer |
AudioSystem.getMixer(Mixer.Info info)
Obtains the requested audio mixer. |
Uses of Mixer.Info in javax.sound.sampled.spi |
Methods in javax.sound.sampled.spi that return Mixer.Info | |
abstract Mixer.Info[] |
MixerProvider.getMixerInfo()
Obtains the set of info objects representing the mixer or mixers provided by this MixerProvider. |
Methods in javax.sound.sampled.spi with parameters of type Mixer.Info | |
boolean |
MixerProvider.isMixerSupported(Mixer.Info info)
Indicates whether the mixer provider supports the mixer represented by the specified mixer info object. |
abstract Mixer |
MixerProvider.getMixer(Mixer.Info info)
Obtains an instance of the mixer represented by the info object. |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.