-
Bug
-
Resolution: Future Project
-
P4
-
None
-
1.4.2
-
generic
-
generic
Name: dkR10031 Date: 12/10/2002
The J2SE 1.4 API specification reads:
"
Class LineEvent.Type
public static final 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."
But the specification also reads about one more reason for STOP
event generation:
"Interface SourceDataLine
......
If the delivery of audio output stops due to underflow, a STOP event is
generated."
If this is not the same as "end of media" then this reason should be
added to the STOP description. The description of STOP event should
describe all cases when STOP event is generated.
======================================================================
- relates to
-
JDK-6745051 SourceDataLine underrun does not generate documented events or state.
- Open
-
JDK-4790551 SPEC: description of STOP event is incomplete
- Closed