Click or drag to resize

IExporter Interface

Represents an interface, that provides access to the exporter.
Exporter is responsible for camera recordings export. Multiple cameras export is supported.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public interface IExporter

The IExporter type exposes the following members.

Methods
 NameDescription
Public methodAddCamera Attach camera for which video will be exported.
Public methodCancel Cancels export.
This is an asynchronous method.
Public methodStartExportAsync(DateTime, DateTime, String, String) Starts export.
This is an asynchronous method. Completion is notified by ExportComplete event.
Public methodStartExportAsync(DateTime, DateTime, String, String, ExportQuality) Starts export.
This is an asynchronous method. Completion is notified by ExportComplete event.
Top
Events
 NameDescription
Public eventExportComplete Raised when export is succeeded/failed/canceled.
Public eventProgressChanged Notification about progress.
Top
See Also