Liking cljdoc? Tell your friends :D

javax.sound.sampled.Mixer$Info

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.
raw docstring

equalsclj

(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`
raw docstring

get-descriptionclj

(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`
raw docstring

get-nameclj

(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`
raw docstring

get-vendorclj

(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`
raw docstring

get-versionclj

(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`
raw docstring

hash-codeclj

(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`
raw docstring

to-stringclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close