Click or drag to resize

ExportParameters Class

Parameters required to trigger a video export ExportRecordings(ExportParameters). All fields except the EncryptionPassword are mandatory.
Inheritance Hierarchy
SystemObject
  Bosch.Vms.SDKExportParameters

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public class ExportParameters

The ExportParameters type exposes the following members.

Constructors
 NameDescription
Public methodExportParametersInitializes a new instance of the ExportParameters class
Top
Properties
 NameDescription
Public propertyCameras Gets or sets cameras that shall be exported.
Public propertyEncryptionPassword Password for video export encryption. Is only applicable for Native export format.
Public propertyEndTime 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.
Public propertyExcludeAudio Specifies whether recorded audio should be excluded from the export.
Public propertyExportFormat Format of the exported video: native (Bosch-specific), MOV, MP4.
Public propertyName Name that is assigned to the export and that is displayed when the exported data is accessed.
Public propertyStartTime 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.
Public propertyTargetDirectory 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.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also