The Mixer.Info class represents information about an audio mixer, including the product's name, version, and vendor, along with a textual description. This information may be retrieved through the getMixerInfo method of the Mixer interface.
The Mixer.Info class represents information about an audio mixer, including the product's name, version, and vendor, along with a textual description. This information may be retrieved through the getMixerInfo method of the Mixer interface.
(equals this obj)
Indicates whether two info objects are equal, returning true if they are identical.
obj - the reference object with which to compare this info object - java.lang.Object
returns: true if this info object is the same as the
obj argument; false otherwise - boolean
Indicates whether two info objects are equal, returning true if they are identical. obj - the reference object with which to compare this info object - `java.lang.Object` returns: true if this info object is the same as the obj argument; false otherwise - `boolean`
(get-description this)
Obtains the description of the mixer.
returns: a textual description of the mixer - java.lang.String
Obtains the description of the mixer. returns: a textual description of the mixer - `java.lang.String`
(get-name this)
Obtains the name of the mixer.
returns: a string that names the mixer - java.lang.String
Obtains the name of the mixer. returns: a string that names the mixer - `java.lang.String`
(get-vendor this)
Obtains the vendor of the mixer.
returns: a string that names the mixer's vendor - java.lang.String
Obtains the vendor of the mixer. returns: a string that names the mixer's vendor - `java.lang.String`
(get-version this)
Obtains the version of the mixer.
returns: textual version information for the mixer - java.lang.String
Obtains the version of the mixer. returns: textual version information for the mixer - `java.lang.String`
(hash-code this)
Finalizes the hashcode method.
returns: the hashcode for this object - int
Finalizes the hashcode method. returns: the hashcode for this object - `int`
(to-string this)
Provides a string representation of the mixer info.
returns: a string describing the info object - java.lang.String
Provides a string representation of the mixer info. returns: a string describing the info object - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close