IVideoVideoFileFormat Property
Returns the file format of the recorded video file, e.g. AVI, MPEG, ADV etc.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
string VideoFileFormat { get; }

Property Value

Type: String
Remarks

Must be implemented, must not throw an ASCOM.PropertyNotImplementedException.

See Also