Delegate DispEngine.FrameReadyDelegate
For FrameReady.
public delegate void DispEngine.FrameReadyDelegate(byte* bgra_unsignedbyte_pixels, int w, int h, FramePins pins)
Parameters
bgra_unsignedbyte_pixelsbyte*BGRA convention pixels in unsigned bytes, top row first. The size is wh4. Valid only during the callback.
wintwidth
hintheight
pinsFramePinsThe pin table of the same frame (see PinDrawing); never null. PixelsChanged tells whether the pixels differ from the previous frame.
- Extension Methods