IVideoLastVideoFrame Property |
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax IVideoFrame LastVideoFrame { get; }
ReadOnly Property LastVideoFrame As IVideoFrame
Get
property IVideoFrame^ LastVideoFrame {
IVideoFrame^ get ();
}
Property Value
Type:
IVideoFrameThe current video frame.
Exceptions Exception | Condition |
---|
NotConnectedException | Must throw exception if data unavailable. |
InvalidOperationException | If called before any video frame has been taken. |
Remarks Must be implemented, must not throw an ASCOM.PropertyNotImplementedException.
See Also