UIVideo$json top-level constant

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

Implementation

@$core.Deprecated('Use uIVideoDescriptor instead')
const UIVideo$json = {
  '1': 'UIVideo',
  '2': [
    {
      '1': 'Provider',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.UIVideoProvider',
      '10': 'Provider'
    },
    {'1': 'Source', '3': 2, '4': 1, '5': 9, '10': 'Source'},
    {'1': 'Autoplay', '3': 3, '4': 1, '5': 8, '10': 'Autoplay'},
    {'1': 'Muted', '3': 4, '4': 1, '5': 8, '10': 'Muted'},
    {'1': 'Loop', '3': 5, '4': 1, '5': 8, '10': 'Loop'},
    {'1': 'Controls', '3': 6, '4': 1, '5': 8, '10': 'Controls'},
    {'1': 'AspectRatio', '3': 7, '4': 1, '5': 1, '10': 'AspectRatio'},
  ],
};