VideoFrame Constructor

Represents a single video frame

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public VideoFrame(
	Object ImageArray,
	byte[] PreviewBitmap,
	long FrameNumber,
	double ExposureDuration,
	string ExposureStartTime,
	IList<KeyValuePair<string, string>> ImageMetadata
)

Parameters

ImageArray  Object
The image array from the frame
PreviewBitmap  Byte
The frame's preview bitmap
FrameNumber  Int64
The frame's frame number
ExposureDuration  Double
The frame's exposure duration
ExposureStartTime  String
The frame's start time
ImageMetadata  IListKeyValuePairString, String
The frame's descriptive metadata

Version Information

.NET Standard

Supported in: 2.0

See Also