- java.lang.Object
-
- javax.sound.sampled.LineEvent.Type
-
- Enclosing class:
- LineEvent
public static class LineEvent.Type extends Object
The LineEvent.Type inner class identifies what kind of event occurred on a line. Static instances are provided for the common types (OPEN, CLOSE, START, and STOP).- See Also:
LineEvent.getType()
-
-
Field Summary
Fields Modifier and Type Field and Description static 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
OPEN
A type of event that is sent when a line opens, reserving system resources for itself.static 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 astart
request.static LineEvent.Type
STOP
A type of event that is sent when a line ceases active input or output of audio data in response to astop
request, or because the end of media has been reached.
-
Constructor Summary
Constructors Modifier Constructor and Description protected
LineEvent.Type(String name)
Constructs a new event type.
-
Method Summary
Methods Modifier and Type Method and Description boolean
equals(Object obj)
Indicates whether the specified object is equal to this event type, returningtrue
if the objects are identical.int
hashCode()
Finalizes the hashcode method.String
toString()
Returns the type name as the string representation.
-
-
-
Field Detail
-
OPEN
public static final LineEvent.Type OPEN
A type of event that is sent when a line opens, reserving system resources for itself.- See Also:
CLOSE
,Line.open()
-
CLOSE
public static final 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.- See Also:
OPEN
,Line.close()
-
START
public static final 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 astart
request.- See Also:
STOP
,DataLine.start()
-
STOP
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 astop
request, or because the end of media has been reached.- See Also:
START
,DataLine.stop()
-
-
Constructor Detail
-
LineEvent.Type
protected LineEvent.Type(String name)
Constructs a new event type.- Parameters:
name
- name of the type
-
-
Method Detail
-
equals
public final boolean equals(Object obj)
Indicates whether the specified object is equal to this event type, returningtrue
if the objects are identical.- Overrides:
equals
in classObject
- Parameters:
obj
- the reference object with which to compare- Returns:
true
if this event type is the same asobj
;false
otherwise- See Also:
Object.hashCode()
,HashMap
-
hashCode
public final int hashCode()
Finalizes the hashcode method.- Overrides:
hashCode
in classObject
- Returns:
- a hash code value for this object.
- See Also:
Object.equals(java.lang.Object)
,System.identityHashCode(java.lang.Object)
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/sound/sampled/LineEvent.Type.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.