ISoundRec Interface |
Namespace: SurveyToGo.UserLogic.Interfaces
public interface ISoundRec
The ISoundRec type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Duration |
Returns the duration (in seconds) of the current active recording.
|
![]() ![]() | Recording |
Checks if the silent recording feature is turned on.
|
![]() ![]() | Visible |
Enables or disables the recording buttons appears on screen.
|
Name | Description | |
---|---|---|
![]() | StartRecording |
Turns on the silent recording.
|
![]() | StartRecording(Int32, Int32, String) | |
![]() | StopAll | |
![]() | StopRecording |
Turns off the silent recording.
|
![]() | StopRecording(Int32, Int32, String) | |
![]() | StopRecordingAndGetName |
Turns off the silent recording and returns the path of the recording file.
|