|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineEvent.Type | |
javax.sound.sampled | Provides interfaces and classes for capture, processing, and playback of sampled audio data. |
Uses of LineEvent.Type in javax.sound.sampled |
Fields in javax.sound.sampled declared as LineEvent.Type | |
static LineEvent.Type |
LineEvent.Type.OPEN
A type of event that is sent when a line opens, reserving system resources for itself. |
static LineEvent.Type |
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.Type |
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
|
static LineEvent.Type |
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
|
Methods in javax.sound.sampled that return LineEvent.Type | |
LineEvent.Type |
LineEvent.getType()
Obtains the event's type. |
Constructors in javax.sound.sampled with parameters of type LineEvent.Type | |
LineEvent(Line line,
LineEvent.Type type,
long position)
Constructs a new event of the specified type, originating from the specified line. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.