|
|
static String | linphone_pointer_to_string (IntPtr ptr) |
| |
|
static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| |
|
IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| |
|
void | CleanStringArrayPtrs (IntPtr l) |
| |
Interface used to record audio and video into files.
See : Linphone.Core.CreateRecorder()
| void Linphone.Recorder.Close |
( |
| ) |
|
|
inline |
| void Linphone.Recorder.Open |
( |
string |
file | ) |
|
|
inline |
Opens a file for recording.
If the file already exists, it will open in append mode, otherwise it is created.
- Parameters
-
| file | The path to the file to open. |
| void Linphone.Recorder.Pause |
( |
| ) |
|
|
inline |
| void Linphone.Recorder.Start |
( |
| ) |
|
|
inline |
Starts the recording into the opened file.
| float Linphone.Recorder.CaptureVolume |
|
get |
Get linear volume when capturing audio.
- Returns
- Linear volume.
| int Linphone.Recorder.Duration |
|
get |
Gets the duration of the recording.
- Returns
- the duration of the recording, in milliseconds.
| string Linphone.Recorder.File |
|
get |
Gets the file used for recording.
- Returns
- the file used for the recording if any.
The documentation for this class was generated from the following file: