Recorder.notEnoughSpace

If true, there is not enough space to continue recording. Must be checked by user.

Once notEnoughSpace() is true, recordFrame() must not be called and the only way to continue recording is to copy recordedData() elsewhere and reset() the Recorder.

struct Recorder(Input)
pure nothrow @nogc
bool
notEnoughSpace
@safe const
(
)

Meta