IsRecordingPaused
property, read-only
Delphi
property IsRecordingPaused: Boolean read GetIsRecordingPaused;
C++Builder
__property bool IsRecordingPaused = {read=GetIsRecordingPaused, nodefault};
C#
public bool IsRecordingPaused { get; }
VB.NET
Public ReadOnly Property IsRecordingPaused As Boolean
C++/Qt
BOOL GetIsRecordingPaused ();
Used to retrieve whether the current recording has been paused by PauseRecording .