h264Profile property
- @JsonKey(name: 'H264Profile', fromJson: OnvifUtil.mappedToString)
final
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;