eventRecording property
- @JsonKey.new(name: '@EventRecording', fromJson: OnvifUtil.nullableStringToBool)
final
Indication that the device supports event triggered recording.
Implementation
@JsonKey(name: '@EventRecording', fromJson: OnvifUtil.nullableStringToBool)
final bool? eventRecording;