Click or drag to resize

ICallbackHandlerCaptureFrame Method

Notifies that a frame has been captured.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void CaptureFrame(
	IntPtr data,
	int size
)

Parameters

data
Type: SystemIntPtr
A pointer to the frame data.
size
Type: SystemInt32
The size of the frame data.
See Also