Liblinphone  5.5.0
Linphone.RecorderParams Class Reference
Inheritance diagram for Linphone.RecorderParams:
Linphone.LinphoneObject

Public Member Functions

Linphone.RecorderParams Clone ()
 

Properties

Linphone.AudioDevice AudioDevice [get, set]
 
Linphone.MediaFileFormat FileFormat [get, set]
 
string VideoCodec [get, set]
 
string WebcamName [get, set]
 
IntPtr WindowId [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Linphone.LinphoneObject
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)
 

Detailed Description

Object containing various parameters of a Linphone.Recorder.

See : Linphone.Core.CreateRecorder()

Member Function Documentation

Linphone.RecorderParams Linphone.RecorderParams.Clone ( )
inline

Clone a Linphone.RecorderParams object.

Returns
the cloned Linphone.RecorderParams object.

Property Documentation

Linphone.AudioDevice Linphone.RecorderParams.AudioDevice
getset

Retrieve the Linphone.AudioDevice object.

Returns
the Linphone.AudioDevice object.
Linphone.MediaFileFormat Linphone.RecorderParams.FileFormat
getset
string Linphone.RecorderParams.VideoCodec
getset

Retrieves the video codec.

Returns
the video codec.
string Linphone.RecorderParams.WebcamName
getset

Retrieves the webcam name.

Returns
the webcam name.
IntPtr Linphone.RecorderParams.WindowId
getset

Retrieves the window id used to display the camera preview.

Returns
the window id.

The documentation for this class was generated from the following file: