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