| Package | Description |
|---|---|
| javax.sound.sampled |
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
|
| Modifier and Type | Field and Description |
|---|---|
static LineEvent |
LineEvent.Type.CLOSE
A type of event that is sent when a line closes, freeing the system resources it had obtained when it was opened.
|
static LineEvent |
LineEvent.Type.OPEN
A type of event that is sent when a line opens, reserving system resources for itself.
|
static LineEvent |
LineEvent.Type.START
A type of event that is sent when a line begins to engage in active input or output of audio data in response to a
start request.
|
static LineEvent |
LineEvent.Type.STOP
A type of event that is sent when a line ceases active input or output of audio data in response to a
stop request, or because the end of media has been reached.
|
| Modifier and Type | Method and Description |
|---|---|
LineEvent |
LineEvent.getType()
Obtains the event's type.
|
| Constructor and Description | |
|---|---|
LineEvent(Line
Constructs a new event of the specified type, originating from the specified line.
|