h264Profile property

  1. @JsonKey(name: 'H264Profile', fromJson: mappedToAudioCodecEncoding)
H264Profile h264Profile
final

the H.264 profile, either baseline, main, extended or high

  • enum { 'Baseline', 'Main', 'Extended', 'High' }

Implementation

@JsonKey(
  name: 'H264Profile',
  fromJson: mappedToAudioCodecEncoding,
)
final H264Profile h264Profile;