public class AudioFileType extends FileType
Modifier and Type | Field and Description |
---|---|
static AudioFileType |
Aac
AAC (Advanced Audio Coding) refers to digital audio coding standard that represent audio files based on lossy audio compression.
|
static AudioFileType |
Ac3
A file with a .ac3 extension is an Audio Codec 3 file, introduced by Dolby Laboratories.
|
static AudioFileType |
Aiff
The AIFF (Audio Interchange File Format) is an uncompressed audio file format developed by Apple in 1998, but is based on EA IFF 85
Learn more about this file format here.
|
static AudioFileType |
Flac
FLAC(Free Lossless Audio Codec) is a lossless compression audio coding format developed by Xiph.Org Foundation
Learn more about this file format here.
|
static AudioFileType |
M4a
The M4A file format is an audio file created by using the AAC (Advanced Audio Coding) which is known as a lossy compression.
|
static AudioFileType |
Mp3
Files with .mp3 extension are digitally encoded file formats for audio files that are formally based on the MPEG-1 Audio Layer III or MPEG-2 Audio Layer III.
|
static AudioFileType |
Ogg
OGG is an Ogg Vorbis Compressed Audio File that is saved with the .ogg extension.
|
static AudioFileType |
Wav
WAV, known for WAVE (Waveform Audio File Format), is a subset of Microsoft’s Resource Interchange File Format (RIFF) specification for storing digital audio files.
|
static AudioFileType |
Wma
A file with .wma extension represents an audio file that is saved in the Advanced Systems Format (ASF) format.
|
Constructor and Description |
---|
AudioFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final AudioFileType Mp3
public static final AudioFileType Aac
public static final AudioFileType Aiff
public static final AudioFileType Flac
public static final AudioFileType M4a
public static final AudioFileType Wma
public static final AudioFileType Ac3
public static final AudioFileType Ogg
public static final AudioFileType Wav
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
Copyright © 2022. All rights reserved.