Click or drag to resize

ExportFormat Enumeration

Format of video used for export: mp4, mov, native.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public enum ExportFormat
Members
Member nameValueDescription
Native0 The data is stored in native format that can be viewed with the client application or the Export Player.
Mov1 The data is stored in the MOV format that can be played back by Microsoft Media Player.
Mp42 The data is stored in the MP4 format that can be played back by the wide list of modern video players including Microsoft Media Player and VLC.
See Also