VideoStopRecordingVideoFile Method |
Stops the recording of a video file.
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic void StopRecordingVideoFile()
Public Sub StopRecordingVideoFile
public:
virtual void StopRecordingVideoFile() sealed
Implements
IVideoStopRecordingVideoFile
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Must throw exception if the current camera state doesn't allow to stop recording the file or no file is currently being recorded. |
| NotConnectedException | If the device is not connected |
| DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request. |
See Also