values constant
Implementation
static const $core.List<OutputAudioEncoding> values = <OutputAudioEncoding>[
OUTPUT_AUDIO_ENCODING_UNSPECIFIED,
OUTPUT_AUDIO_ENCODING_LINEAR_16,
OUTPUT_AUDIO_ENCODING_MP3,
OUTPUT_AUDIO_ENCODING_MP3_64_KBPS,
OUTPUT_AUDIO_ENCODING_OGG_OPUS,
OUTPUT_AUDIO_ENCODING_MULAW,
];