cohtml::FrameCapture
Debugging class holding debug frame captured data and size. Passed to FrameCaptureCallback on View::BeginCaptureDebugFrame and View::CaptureSingleDebugFrame methods. More…
#include <View.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Release() =0 Frees the underlying data. |
| virtual | ~FrameCapture() |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| const char * | Data Pointer to the binary capture data. |
| unsigned long long | Size Size in bytes of the data pointed by Data. |
Detailed Description
Section titled “Detailed Description”struct cohtml::FrameCapture;Debugging class holding debug frame captured data and size. Passed to FrameCaptureCallback on View::BeginCaptureDebugFrame and View::CaptureSingleDebugFrame methods.
Note: Release() must be called after finished using the data to free the memory.
Public Functions Documentation
Section titled “Public Functions Documentation”function Release
Section titled “function Release”virtual void Release() =0Frees the underlying data.
function ~FrameCapture
Section titled “function ~FrameCapture”virtual ~FrameCapture()Public Attributes Documentation
Section titled “Public Attributes Documentation”variable Data
Section titled “variable Data”const char * Data;Pointer to the binary capture data.
variable Size
Section titled “variable Size”unsigned long long Size;Size in bytes of the data pointed by Data.
© 2026 Coherent Labs. All rights reserved.