|  | 
| LinphoneRecorder * | linphone_recorder_new (LinphoneCore *core, const LinphoneRecorderParams *params) | 
|  | Create a new LinphoneRecorder object.  More... 
 | 
|  | 
| LinphoneRecorder * | linphone_recorder_ref (LinphoneRecorder *recorder) | 
|  | Take a reference on a LinphoneRecorder object.  More... 
 | 
|  | 
| void | linphone_recorder_unref (LinphoneRecorder *recorder) | 
|  | Release a LinphoneRecorder object.  More... 
 | 
|  | 
| LinphoneStatus | linphone_recorder_open (LinphoneRecorder *recorder, const char *file) | 
|  | Opens a file for recording.  More... 
 | 
|  | 
| void | linphone_recorder_close (LinphoneRecorder *recorder) | 
|  | Closes the opened file.  More... 
 | 
|  | 
| const char * | linphone_recorder_get_file (const LinphoneRecorder *recorder) | 
|  | Gets the file used for recording.  More... 
 | 
|  | 
| LinphoneStatus | linphone_recorder_start (LinphoneRecorder *recorder) | 
|  | Starts the recording into the opened file.  More... 
 | 
|  | 
| LinphoneStatus | linphone_recorder_pause (LinphoneRecorder *recorder) | 
|  | Pauses the recording.  More... 
 | 
|  | 
| LinphoneRecorderState | linphone_recorder_get_state (const LinphoneRecorder *recorder) | 
|  | Gets the current state of the recorder.  More... 
 | 
|  | 
| int | linphone_recorder_get_duration (const LinphoneRecorder *recorder) | 
|  | Gets the duration of the recording.  More... 
 | 
|  | 
| float | linphone_recorder_get_capture_volume (const LinphoneRecorder *recorder) | 
|  | Get linear volume when capturing audio.  More... 
 | 
|  | 
| LinphoneContent * | linphone_recorder_create_content (LinphoneRecorder *recorder) | 
|  | Create a LinphoneContent object from the recording, for example to send it within a LinphoneChatMessage.  More... 
 | 
|  | 
| void | linphone_recorder_set_params (LinphoneRecorder *recorder, LinphoneRecorderParams *params) | 
|  | Sets the LinphoneRecorderParams object.  More... 
 | 
|  | 
| const LinphoneRecorderParams * | linphone_recorder_get_params (const LinphoneRecorder *recorder) | 
|  | Retrieves the LinphoneRecorderParams object.  More... 
 | 
|  | 
| void | linphone_recorder_set_user_data (LinphoneRecorder *recorder, void *user_data) | 
|  | Sets the user data.  More... 
 | 
|  | 
| void * | linphone_recorder_get_user_data (const LinphoneRecorder *recorder) | 
|  | Retrieves the user data.  More... 
 | 
|  | 
| LinphoneRecorderParams * | linphone_recorder_params_new (void) | 
|  | Create a new LinphoneRecorderParams object.  More... 
 | 
|  | 
| LinphoneRecorderParams * | linphone_recorder_params_clone (const LinphoneRecorderParams *params) | 
|  | Clone a LinphoneRecorderParams object.  More... 
 | 
|  | 
| LinphoneRecorderParams * | linphone_recorder_params_ref (LinphoneRecorderParams *params) | 
|  | Take a reference on a LinphoneRecorderParams object.  More... 
 | 
|  | 
| void | linphone_recorder_params_unref (LinphoneRecorderParams *params) | 
|  | Release a LinphoneRecorderParams object.  More... 
 | 
|  | 
| void | linphone_recorder_params_set_audio_device (LinphoneRecorderParams *params, const LinphoneAudioDevice *device) | 
|  | Set the LinphoneAudioDevice object.  More... 
 | 
|  | 
| const LinphoneAudioDevice * | linphone_recorder_params_get_audio_device (const LinphoneRecorderParams *params) | 
|  | Retrieve the LinphoneAudioDevice object.  More... 
 | 
|  | 
| void | linphone_recorder_params_set_webcam_name (LinphoneRecorderParams *params, const char *webcam_name) | 
|  | Set the webcam name.  More... 
 | 
|  | 
| const char * | linphone_recorder_params_get_webcam_name (const LinphoneRecorderParams *params) | 
|  | Retrieves the webcam name.  More... 
 | 
|  | 
| void | linphone_recorder_params_set_video_codec (LinphoneRecorderParams *params, const char *video_codec) | 
|  | Set the video codec.  More... 
 | 
|  | 
| const char * | linphone_recorder_params_get_video_codec (const LinphoneRecorderParams *params) | 
|  | Retrieves the video codec.  More... 
 | 
|  | 
| void | linphone_recorder_params_set_file_format (LinphoneRecorderParams *params, LinphoneMediaFileFormat format) | 
|  | Set the #LinphoneRecorderFileFormat.  More... 
 | 
|  | 
| LinphoneMediaFileFormat | linphone_recorder_params_get_file_format (const LinphoneRecorderParams *params) | 
|  | Retrieves the #LinphoneRecorderFileFormat.  More... 
 | 
|  | 
| void | linphone_recorder_params_set_window_id (LinphoneRecorderParams *params, void *window_id) | 
|  | Sets the window id to use to display the camera preview.  More... 
 | 
|  | 
| void * | linphone_recorder_params_get_window_id (const LinphoneRecorderParams *params) | 
|  | Retrieves the window id used to display the camera preview.  More... 
 | 
|  |