values constant
Implementation
static const $core.List<AudioEncoding> values = <AudioEncoding>[
AUDIO_ENCODING_UNSPECIFIED,
AUDIO_ENCODING_PCM_F32_LE,
AUDIO_ENCODING_PCM_S16_LE,
];
static const $core.List<AudioEncoding> values = <AudioEncoding>[
AUDIO_ENCODING_UNSPECIFIED,
AUDIO_ENCODING_PCM_F32_LE,
AUDIO_ENCODING_PCM_S16_LE,
];