BB FlashBack SDK: FBRecorder

CheckForLimit

Description

Determines whether a limit has been placed on the size of the movie file. If this is True, the limit defined in the Limit property will be used, and earlier moments of the recording discarded so that the final file size does not exceed the limit.
 

Syntax

[C#/C++]
public Bool CheckForLimit;

[VB.NET]
Public Property CheckForLimit As Boolean

See Also

RecordMode property, Limit property