Method RecordFrame
RecordFrame(RecordingSession)
Records a single frame. Callback is invoked for every frame during the recording session.
Declaration
protected abstract void RecordFrame(RecordingSession ctx)
Parameters
| Type | Name | Description |
|---|---|---|
| RecordingSession | ctx | The current recording session. |