The OpenD Programming Language

PixmapRecorder.isRecording

Determines whether the recorder is active (which implies that an output file is open).

import arsd.pixmaprecorder;
class PixmapRecorder
@safe
alias isRecording = isOpen

Meta