AudioBitrateProfile$json top-level constant

  1. @Deprecated('Use audioBitrateProfileDescriptor instead')
Map<String, Object> const AudioBitrateProfile$json

Implementation

@$core.Deprecated('Use audioBitrateProfileDescriptor instead')
const AudioBitrateProfile$json = {
  '1': 'AudioBitrateProfile',
  '2': [
    {'1': 'AUDIO_BITRATE_PROFILE_VOICE_STANDARD_UNSPECIFIED', '2': 0},
    {'1': 'AUDIO_BITRATE_PROFILE_VOICE_HIGH_QUALITY', '2': 1},
    {'1': 'AUDIO_BITRATE_PROFILE_MUSIC_HIGH_QUALITY', '2': 2},
  ],
};