javax.sound.sampled

Class 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 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 a start 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 a stop 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, returning true if the objects are identical.
        Overrides:
        equals in class Object
        Parameters:
        obj - the reference object with which to compare
        Returns:
        true if this event type is the same as obj; false otherwise
        See Also:
        Object.hashCode(), HashMap
      • toString

        public String toString()
        Returns the type name as the string representation.
        Overrides:
        toString in class Object
        Returns:
        a string representation of the object.

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/sound/sampled/lineevent.type.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut