AudioCodec
class AudioCodec extends BaseQualifier
Controls the audio codec or removes the audio channel.
Learn more: Audio codec settings
Methods
none()
Removes the audio channel
aac()
mp4 or flv only
vorbis()
ogv or webm only
mp3()
mp4 or flv only
Details
static AudioCodec
none()
Removes the audio channel
static AudioCodec
aac()
mp4 or flv only
static AudioCodec
vorbis()
ogv or webm only
static AudioCodec
mp3()
mp4 or flv only
Constants
NONE |
Removes the audio channel. |
AAC |
Sets the audio codec to aac (mp4 or flv only). |
VORBIS |
Sets the audio codec to vorbis (ogv or webm only). |
MP3 |
Sets the audio codec to mp3 (mp4 or flv only). |