Table of Contents

Method b3Recording_GetData

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Recording_GetData(b3Recording*)

Get a pointer to the raw recording bytes. Valid until the recording buffer is modified or destroyed.

public static extern byte* b3Recording_GetData(b3Recording* recording)

Parameters

recording b3Recording*

the recording handle

Returns

byte*

pointer to the byte buffer, or NULL if no bytes have been written