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

Return Value

AudioCodec

static AudioCodec aac()

mp4 or flv only

Return Value

AudioCodec

static AudioCodec vorbis()

ogv or webm only

Return Value

AudioCodec

static AudioCodec mp3()

mp4 or flv only

Return Value

AudioCodec

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).