Liking cljdoc? Tell your friends :D

javax.sound.sampled.AudioFileFormat$Type

An instance of the Type class represents one of the standard types of audio file. Static instances are provided for the common types.

An instance of the Type class represents one of the
standard types of audio file.  Static instances are provided for the
common types.
raw docstring

*-aifcclj

Static Constant.

Specifies an AIFF-C file.

type: javax.sound.sampled.AudioFileFormat$Type

Static Constant.

Specifies an AIFF-C file.

type: javax.sound.sampled.AudioFileFormat$Type
raw docstring

*-aiffclj

Static Constant.

Specifies an AIFF file.

type: javax.sound.sampled.AudioFileFormat$Type

Static Constant.

Specifies an AIFF file.

type: javax.sound.sampled.AudioFileFormat$Type
raw docstring

*-auclj

Static Constant.

Specifies an AU file.

type: javax.sound.sampled.AudioFileFormat$Type

Static Constant.

Specifies an AU file.

type: javax.sound.sampled.AudioFileFormat$Type
raw docstring

*-sndclj

Static Constant.

Specifies a SND file.

type: javax.sound.sampled.AudioFileFormat$Type

Static Constant.

Specifies a SND file.

type: javax.sound.sampled.AudioFileFormat$Type
raw docstring

*-waveclj

Static Constant.

Specifies a WAVE file.

type: javax.sound.sampled.AudioFileFormat$Type

Static Constant.

Specifies a WAVE file.

type: javax.sound.sampled.AudioFileFormat$Type
raw docstring

->typeclj

(->type name extension)

Constructor.

Constructs a file type.

name - the string that names the file type - java.lang.String extension - the string that commonly marks the file type without leading dot. - java.lang.String

Constructor.

Constructs a file type.

name - the string that names the file type - `java.lang.String`
extension - the string that commonly marks the file type without leading dot. - `java.lang.String`
raw docstring

equalsclj

(equals this obj)

Finalizes the equals method

obj - the reference object with which to compare. - java.lang.Object

returns: true if this object is the same as the obj argument; false otherwise. - boolean

Finalizes the equals method

obj - the reference object with which to compare. - `java.lang.Object`

returns: true if this object is the same as the obj
          argument; false otherwise. - `boolean`
raw docstring

get-extensionclj

(get-extension this)

Obtains the common file name extension for this file type.

returns: file type extension - java.lang.String

Obtains the common file name extension for this file type.

returns: file type extension - `java.lang.String`
raw docstring

hash-codeclj

(hash-code this)

Finalizes the hashCode method

returns: a hash code value for this object. - int

Finalizes the hashCode method

returns: a hash code value for this object. - `int`
raw docstring

to-stringclj

(to-string this)

Provides the file type's name as the String representation of the file type.

returns: the file type's name - java.lang.String

Provides the file type's name as the String representation
 of the file type.

returns: the file type's name - `java.lang.String`
raw docstring

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

× close