Liking cljdoc? Tell your friends :D
Clojure only.

javax.sound.sampled.Control

Lines often have a set of controls, such as gain and pan, that affect the audio signal passing through the line. Java Sound's Line objects let you obtain a particular control object by passing its class as the argument to a getControl method.

Because the various types of controls have different purposes and features, all of their functionality is accessed from the subclasses that define each kind of control.

Lines often have a set of controls, such as gain and pan, that affect
the audio signal passing through the line.  Java Sound's Line objects
let you obtain a particular control object by passing its class as the
argument to a getControl method.

Because the various types of controls have different purposes and features,
all of their functionality is accessed from the subclasses that define
each kind of control.
raw docstring

get-typeclj

(get-type this)

Obtains the control's type.

returns: the control's type. - javax.sound.sampled.Control.Type

Obtains the control's type.

returns: the control's type. - `javax.sound.sampled.Control.Type`
raw docstring

to-stringclj

(to-string this)

Obtains a String describing the control type and its current state.

returns: a String representation of the Control. - java.lang.String

Obtains a String describing the control type and its current state.

returns: a String representation of the Control. - `java.lang.String`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close