supportedExportFileFormats property

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

Indication that the device supports ExportRecordedData command for the listed export file formats. The list shall return at least one export file format value. The value of 'ONVIF' refers to ONVIF Export File Format specification.

Implementation

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