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