| EventInformationRecordingDurationSecs Property |
diaGlobWrapper Help
Returns the duration in seconds of the recorded content. This value is returned when a RecordingStopped event is raised.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic int RecordingDurationSecs { get; }Public ReadOnly Property RecordingDurationSecs As Integer
Get
public:
property int RecordingDurationSecs {
int get ();
}member RecordingDurationSecs : int with get
Property Value
Type:
Int32
See Also