Export |
The ExportParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| Cameras | Gets or sets cameras that shall be exported. | |
| EncryptionPassword | Password for video export encryption. Is only applicable for Native export format. | |
| EndTime | End date and time until that the data shall be backed up. Converts the value of the current DateTime object to UTC if required. The DateTime value is determined by the Kind property of the current DateTime object. If the Kind property is set to Undefined then the current DateTime object is assumed to be a local time, and the conversion is performed as if Kind were Local. | |
| ExcludeAudio | Specifies whether recorded audio should be excluded from the export. | |
| ExportFormat | Format of the exported video: native (Bosch-specific), MOV, MP4. | |
| Name | Name that is assigned to the export and that is displayed when the exported data is accessed. | |
| StartTime | Start date and time of the data to backup. Converts the value of the current DateTime object to UTC if required. The DateTime value is determined by the Kind property of the current DateTime object. If the Kind property is set to Undefined then the current DateTime object is assumed to be a local time, and the conversion is performed as if Kind were Local. | |
| TargetDirectory | TargetDirectory where the backup files shall be placed. Supported values are: paths on local hard drives, UNC path to network dives and CD/DVD writers. |