Click or drag to resize
ISoundRecDuration Property
Returns the duration (in seconds) of the current active recording.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int Duration { get; }

Return Value

Type: Int32
int
Remarks
If the silent recording is off, the returned value will be -1
Examples
If the silent recording is on and runs for one minute once the SoundRec.Duration is called, it will return the value 60.
See Also