OUTPUT_AUDIO_ENCODING_OGG_OPUS constant

OutputAudioEncoding const OUTPUT_AUDIO_ENCODING_OGG_OPUS

Implementation

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