AudioEntity$json top-level constant

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

Implementation

@$core.Deprecated('Use audioEntityDescriptor instead')
const AudioEntity$json = const {
  '1': 'AudioEntity',
  '2': const [
    const {'1': 'audioKey', '3': 1, '4': 1, '5': 9, '10': 'audioKey'},
    const {'1': 'startFrame', '3': 2, '4': 1, '5': 5, '10': 'startFrame'},
    const {'1': 'endFrame', '3': 3, '4': 1, '5': 5, '10': 'endFrame'},
    const {'1': 'startTime', '3': 4, '4': 1, '5': 5, '10': 'startTime'},
    const {'1': 'totalTime', '3': 5, '4': 1, '5': 5, '10': 'totalTime'},
  ],
};