Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
javax.sound.sampled.LineEvent.Type

Packages that use LineEvent.Type
Package Description
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
Modifier and Type Field and Description
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.OPEN
          A type of event that is sent when a line opens, reserving system resources for itself.
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 start request.
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 stop request, or because the end of media has been reached.
 

Methods in javax.sound.sampled that return LineEvent.Type
Modifier and Type Method and Description
 LineEvent.Type LineEvent.getType()
          Obtains the event's type.
 

Constructors in javax.sound.sampled with parameters of type LineEvent.Type
Constructor and Description
LineEvent(Line line, LineEvent.Type type, long position)
          Constructs a new event of the specified type, originating from the specified line.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.