Java javax.sound.sampled Port fields, constructors, methods, implement or subclass

Example usage for Java javax.sound.sampled Port fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sound.sampled Port.

The text is from its open source code.

Method

voidclose()
Closes the line, indicating that any system resources in use by the line can be released.
ControlgetControl(Control.Type control)
Obtains a control of the specified type, if there is any.
booleanisControlSupported(Control.Type control)
Indicates whether the line supports a control of the specified type.
voidopen()
Opens the line, indicating that it should acquire any required system resources and become operational.