- java.lang.Object
-
- javax.sound.sampled.AudioFileFormat.Type
-
- Enclosing class:
- AudioFileFormat
public static class AudioFileFormat.Type extends Object
An instance of theType
class represents one of the standard types of audio file. Static instances are provided for the common types.
-
-
Field Summary
Fields Modifier and Type Field and Description static AudioFileFormat.Type
AIFC
Specifies an AIFF-C file.static AudioFileFormat.Type
AIFF
Specifies an AIFF file.static AudioFileFormat.Type
AU
Specifies an AU file.static AudioFileFormat.Type
SND
Specifies a SND file.static AudioFileFormat.Type
WAVE
Specifies a WAVE file.
-
Constructor Summary
Constructors Constructor and Description AudioFileFormat.Type(String name, String extension)
Constructs a file type.
-
Method Summary
Methods Modifier and Type Method and Description boolean
equals(Object obj)
Finalizes the equals methodString
getExtension()
Obtains the common file name extension for this file type.int
hashCode()
Finalizes the hashCode methodString
toString()
Provides the file type's name as theString
representation of the file type.
-
-
-
Field Detail
-
WAVE
public static final AudioFileFormat.Type WAVE
Specifies a WAVE file.
-
AU
public static final AudioFileFormat.Type AU
Specifies an AU file.
-
AIFF
public static final AudioFileFormat.Type AIFF
Specifies an AIFF file.
-
AIFC
public static final AudioFileFormat.Type AIFC
Specifies an AIFF-C file.
-
SND
public static final AudioFileFormat.Type SND
Specifies a SND file.
-
-
Method Detail
-
equals
public final boolean equals(Object obj)
Finalizes the equals method- Overrides:
equals
in classObject
- Parameters:
obj
- the reference object with which to compare.- Returns:
true
if this object is the same as the obj argument;false
otherwise.- See Also:
Object.hashCode()
,HashMap
-
hashCode
public final int hashCode()
Finalizes the hashCode method- Overrides:
hashCode
in classObject
- Returns:
- a hash code value for this object.
- See Also:
Object.equals(java.lang.Object)
,System.identityHashCode(java.lang.Object)
-
toString
public final String toString()
Provides the file type's name as theString
representation of the file type.
-
getExtension
public String getExtension()
Obtains the common file name extension for this file type.- Returns:
- file type extension
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/sound/sampled/audiofileformat.type.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.