Table of Contents

Method b3RecPlayer_SeekFrame

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

b3RecPlayer_SeekFrame(b3RecPlayer*, int)

Seek to a specific frame. Forward seek steps op-by-op; backward seek restores the nearest keyframe then re-steps the remaining gap.

public static extern void b3RecPlayer_SeekFrame(b3RecPlayer* player, int targetFrame)

Parameters

player b3RecPlayer*

See the Box3D documentation.

targetFrame int

See the Box3D documentation.