Click or drag to resize

IExporterFactory Interface

Represents an interface, that provides access to the exporter factory.

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

The IExporterFactory type exposes the following members.

Methods
 NameDescription
Public methodCreateAsfExporter Since ASF export is not supported any more this method creates MP4 exporter.
Public methodCreateMovExporter Creates MOV exporter for exporting recorded video.
Public methodCreateMp4Exporter Creates MP4 exporter for exporting recorded video.
Top
See Also