OUTPUT_AUDIO_ENCODING_MP3 constant

OutputAudioEncoding const OUTPUT_AUDIO_ENCODING_MP3

Implementation

static const OutputAudioEncoding OUTPUT_AUDIO_ENCODING_MP3 =
    OutputAudioEncoding._(
        2,
        const $core.bool.fromEnvironment('protobuf.omit_enum_names')
            ? ''
            : 'OUTPUT_AUDIO_ENCODING_MP3');