Click or drag to resize
ISoundRecRecording Property
Checks if the silent recording feature is turned on.

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

Return Value

Type: Boolean
bool
Examples
If the silent recording is on, SoundRec.Recording will return 'true'. Otherwise it will return 'false'.
See Also