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.
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
Static Constant.
Specifies an AIFF file.
type: javax.sound.sampled.AudioFileFormat.Type
Static Constant. Specifies an AIFF file. type: javax.sound.sampled.AudioFileFormat.Type
Static Constant.
Specifies an AU file.
type: javax.sound.sampled.AudioFileFormat.Type
Static Constant. Specifies an AU file. type: javax.sound.sampled.AudioFileFormat.Type
Static Constant.
Specifies a SND file.
type: javax.sound.sampled.AudioFileFormat.Type
Static Constant. Specifies a SND file. type: javax.sound.sampled.AudioFileFormat.Type
Static Constant.
Specifies a WAVE file.
type: javax.sound.sampled.AudioFileFormat.Type
Static Constant. Specifies a WAVE file. type: javax.sound.sampled.AudioFileFormat.Type
(->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`
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close