Method PrepareNewFrame
PrepareNewFrame(RecordingSession)
Prepares a frame before recording it. Callback is invoked for every frame during the recording session, before RecordFrame.
Declaration
protected override void PrepareNewFrame(RecordingSession ctx)
Parameters
Type | Name | Description |
---|---|---|
RecordingSession | ctx | The current recording session. |