VideoFrame Constructor
Represents a single video frame
Namespace: ASCOM.Common.DeviceInterfacesAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
public VideoFrame(
Object ImageArray,
byte[] PreviewBitmap,
long FrameNumber,
double ExposureDuration,
string ExposureStartTime,
IList<KeyValuePair<string, string>> ImageMetadata
)
Public Sub New (
ImageArray As Object,
PreviewBitmap As Byte(),
FrameNumber As Long,
ExposureDuration As Double,
ExposureStartTime As String,
ImageMetadata As IList(Of KeyValuePair(Of String, String))
)
- 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
Supported in: 2.0