Skip to content

RecordingCanPause

property

Delphi
property RecordingCanPause: Boolean read GetRecordingCanPause write SetRecordingCanPause;
C++Builder
__property bool RecordingCanPause = {read=GetRecordingCanPause, write=SetRecordingCanPause, nodefault};
C#
public bool RecordingCanPause { get; set; }
VB.NET
Public Property RecordingCanPause As Boolean
C++/Qt
BOOL GetRecordingCanPause ();
void SetRecordingCanPause (BOOL Value);

enables or disables the pause/resume feature during recording. This property activates the PauseRecording and ResumeRecording features during recording. Disable this property if you get audio / video synchronisation problems.