Package ca.phon.audio
Class AudioFileType
java.lang.Object
ca.phon.audio.AudioFileType
Audio file types
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AudioFileType
static final AudioFileType
static final AudioFileType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
getName()
static List<AudioFileType>
Return a list of supported file types.
-
Field Details
-
AIFF
-
AIFC
-
WAV
-
-
Constructor Details
-
AudioFileType
-
-
Method Details
-
getName
-
getExtensions
-
getSupportedFileTypes
Return a list of supported file types. These include AIFF, AIFC, WAV and any other registered AudioFileType plug-ins
-