Example usage for Java javax.sound.sampled Mixer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes the line, indicating that any system resources in use by the line can be released. |
Line | getLine(Line.Info info) Obtains a line that is available for use and that matches the description in the specified Line.Info object. |
int | getMaxLines(Line.Info info) Obtains the approximate maximum number of lines of the requested type that can be open simultaneously on the mixer. |
Info | getMixerInfo() Obtains information about this mixer, including the product's name, version, vendor, etc. |
Line.Info[] | getSourceLineInfo(Line.Info info) Obtains information about source lines of a particular type supported by the mixer. |
Line.Info[] | getTargetLineInfo(Line.Info info) Obtains information about target lines of a particular type supported by the mixer. |
boolean | isLineSupported(Line.Info info) Indicates whether the mixer supports a line (or lines) that match the specified Line.Info object. |
boolean | isOpen() Indicates whether the line is open, meaning that it has reserved system resources and is operational, although it might not currently be playing or capturing sound. |