IVideoStopRecordingVideoFile Method |
Stops the recording of a video file.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax void StopRecordingVideoFile()
Sub StopRecordingVideoFile
void StopRecordingVideoFile()
Exceptions Exception | Condition |
---|
MethodNotImplementedException | Must throw exception if not implemented. |
NotConnectedException | Must throw exception if not connected. |
InvalidOperationException | Must throw exception if the current camera state doesn't allow to stop recording the file or no file is currently being recorded. |
DriverException | Must throw exception if there is any other problem as result of which the recording cannot stop. |
See Also