RecordingDuration
property, read-only
Delphi
property RecordingDuration: Double read GetRecordingDuration;
C++Builder
__property double RecordingDuration = {read=GetRecordingDuration};
C#
public double RecordingDuration { get; }
VB.NET
Public ReadOnly Property RecordingDuration As Double
C++/Qt
double GetRecordingDuration ();
Retrieves the duration of the last AVI file captured since the application started.