Export |
public class ExportParameters
The ExportParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| ExportParameters | Initializes a new instance of the ExportParameters class |
| 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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |