Method b3Recording_GetSize
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Recording_GetSize(b3Recording*)
Get the number of bytes currently in the recording buffer.
public static extern int b3Recording_GetSize(b3Recording* recording)Parameters
recordingb3Recording*-
the recording handle
Returns
- int
-
See the Box3D documentation.