ParsecPreRenderCallback
typedef bool(* ParsecPreRenderCallback) (void *opaque )
Fired synchronously just before a new host video frame is rendered.
Passed to the ClientRenderFrame
family of functions. IMPORTANT: Parsec SDK functions may not be called within this callback, doing so will result in a deadlock on the calling thread.
Parameters
Name | Description |
---|---|
opaque | User supplied context passed to the ClientRenderFrame function. |