Method SkipFrame
SkipFrame(RecordingSession)
Tests if a frame should be skipped before trying to record it. Callback is invoked for every frame during the recording session.
Declaration
protected virtual bool SkipFrame(RecordingSession ctx)
Parameters
Type | Name | Description |
---|---|---|
RecordingSession | ctx | The current recording session. |
Returns
Type | Description |
---|---|
bool | True if the frame should be skipped, False otherwise. |
Remarks
If this function returns True, RecordFrame will not be invoked.