Debugging class holding debug frame captured data and size. Passed to FrameCaptureCallback on View::BeginCaptureDebugFrame and View::CaptureSingleDebugFrame methods.
More...
|
const char * | Data |
| Pointer to the binary capture data. More...
|
|
unsigned long long | Size |
| Size in bytes of the data pointed by Data. More...
|
|
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.
◆ ~FrameCapture()
virtual cohtml::FrameCapture::~FrameCapture |
( |
| ) |
|
|
virtual |
◆ Release()
virtual void cohtml::FrameCapture::Release |
( |
| ) |
|
|
pure virtual |
Frees the underlying data.
◆ Data
const char* cohtml::FrameCapture::Data |
Pointer to the binary capture data.
◆ Size
unsigned long long cohtml::FrameCapture::Size |
Size in bytes of the data pointed by Data.