| IVideoLastVideoFrame Property |
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
SyntaxIVideoFrame 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. |
RemarksMust be implemented, must not throw an ASCOM.PropertyNotImplementedException.
See Also