IVideoVideoFileFormat Property |
Returns the file format of the recorded video file, e.g. AVI, MPEG, ADV etc.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax string VideoFileFormat { get; }
ReadOnly Property VideoFileFormat As String
Get
property String^ VideoFileFormat {
String^ get ();
}
Property Value
Type:
StringRemarks Must be implemented, must not throw an ASCOM.PropertyNotImplementedException.
See Also