VideoFrame Constructor
Represents a single video frame
Namespace: ASCOM.Common.DeviceInterfacesAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
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: .NET Standard 2.0, .NET 8 .NET 9. .NET 10