ICallbackHandlerCaptureStarted Method |
Notifies that a frame capture has begun.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid CaptureStarted(
int width,
int height,
int pitch,
TextureFormat format,
bool flipVertical
)
Parameters
- width Int32
- The width of the capture surface.
- height Int32
- The height of the capture surface.
- pitch Int32
- The number of bytes between lines in the captured frames.
- format TextureFormat
- The format of captured frames.
- flipVertical Boolean
- true if the image origin is bottom left instead of top left; otherwise, false.
See Also