IExporter Interface |
public interface IExporter
The IExporter type exposes the following members.
| Name | Description | |
|---|---|---|
| AddCamera | Attach camera for which video will be exported. | |
| Cancel |
Cancels export. This is an asynchronous method. | |
| StartExportAsync(DateTime, DateTime, String, String) |
Starts export. This is an asynchronous method. Completion is notified by ExportComplete event. | |
| StartExportAsync(DateTime, DateTime, String, String, ExportQuality) |
Starts export. This is an asynchronous method. Completion is notified by ExportComplete event. |
| Name | Description | |
|---|---|---|
| ExportComplete | Raised when export is succeeded/failed/canceled. | |
| ProgressChanged | Notification about progress. |