h264Profile property
the H.264 profile, either baseline, main, extended or high
- enum { 'Baseline', 'Main', 'Extended', 'High' }
Implementation
@JsonKey(
name: 'H264Profile',
fromJson: mappedToAudioCodecEncoding,
)
final H264Profile h264Profile;