Method SetRecordModeToFrameInterval
SetRecordModeToFrameInterval(int, int)
Sets the Recorders to Frame Interval mode and defines the Start and End frame of the interval to record.
Declaration
public void SetRecordModeToFrameInterval(int startFrame, int endFrame)
Parameters
Type | Name | Description |
---|---|---|
int | startFrame | Start frame. |
int | endFrame | End frame. |