Class AudioEncoding (2.30.0)

AudioEncoding(value)

Supported audio data encodings.

Enums

Name Description
AUDIO_ENCODING_UNSPECIFIED Default value. This value is unused.
LINEAR16 Headerless 16-bit signed little-endian PCM samples.
MULAW Headerless 8-bit companded mulaw samples.
ALAW Headerless 8-bit companded alaw samples.
AMR AMR frames with an rfc4867.5 header.
AMR_WB AMR-WB frames with an rfc4867.5 header.
FLAC FLAC frames in the "native FLAC" container format.
MP3 MPEG audio frames with optional (ignored) ID3 metadata.
OGG_OPUS Opus audio frames in an Ogg container.
WEBM_OPUS Opus audio frames in a WebM container.
MP4_AAC AAC audio frames in an MP4 container.
M4A_AAC AAC audio frames in an M4A container.
MOV_AAC AAC audio frames in an MOV container.