Skip to content
SiteEmail

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>

Name
virtual voidRelease() =0
Frees the underlying data.
virtual~FrameCapture()
Name
const char *Data
Pointer to the binary capture data.
unsigned long longSize
Size in bytes of the data pointed by Data.
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.

virtual void Release() =0

Frees the underlying data.

virtual ~FrameCapture()
const char * Data;

Pointer to the binary capture data.

unsigned long long Size;

Size in bytes of the data pointed by Data.