eventRecording property

  1. @JsonKey(name: '@EventRecording', fromJson: OnvifUtil.nullableStringToBool)
bool? eventRecording
final

Indication that the device supports event triggered recording.

Implementation

@JsonKey(name: '@EventRecording', fromJson: OnvifUtil.nullableStringToBool)
final bool? eventRecording;