DegradationPreference$json top-level constant

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

Implementation

@$core.Deprecated('Use degradationPreferenceDescriptor instead')
const DegradationPreference$json = {
  '1': 'DegradationPreference',
  '2': [
    {'1': 'DEGRADATION_PREFERENCE_UNSPECIFIED', '2': 0},
    {'1': 'DEGRADATION_PREFERENCE_BALANCED', '2': 1},
    {'1': 'DEGRADATION_PREFERENCE_MAINTAIN_FRAMERATE', '2': 2},
    {'1': 'DEGRADATION_PREFERENCE_MAINTAIN_RESOLUTION', '2': 3},
    {'1': 'DEGRADATION_PREFERENCE_MAINTAIN_FRAMERATE_AND_RESOLUTION', '2': 4},
  ],
};