Click or drag to resize

PostProcessFrameBufferEventArgsTryCopyFrameBuffer Method

Overload List
  NameDescription
Public methodTryCopyFrameBuffer(Byte, Int32)
Copies the frame into a caller owned array as 32 bit BGRA, with every pixel made opaque. Reuse one array across frames; allocating per frame defeats the point of this event.
Public methodTryCopyFrameBuffer(Byte, Int32, Boolean)
Copies the frame into a caller owned array as 32 bit BGRA. Reuse one array across frames; allocating per frame defeats the point of this event.
Public methodTryCopyFrameBuffer(IntPtr, Int32, Int32)
Copies the frame into caller owned memory as 32 bit BGRA, with every pixel made opaque.
Public methodTryCopyFrameBuffer(IntPtr, Int32, Int32, Boolean)
Copies the frame into caller owned memory as 32 bit BGRA.
Top
See Also