Example usage for Java javax.sound.sampled Port 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. |
Control | getControl(Control.Type control) Obtains a control of the specified type, if there is any. |
boolean | isControlSupported(Control.Type control) Indicates whether the line supports a control of the specified type. |
void | open() Opens the line, indicating that it should acquire any required system resources and become operational. |