Creates a new captured frame.
public CapturedFrame(int frameNumber, TimeSpan timestamp, int width, int height, int stride, PixelFormat pixelFormat, byte[] pixelData, Vector dpi)
The frame number.
The capture timestamp.
Frame width in pixels.
Frame height in pixels.
Bytes per row.
The pixel format.
The raw pixel data.
The DPI vector.