Class VideoSourceDescriptor
Object that is used to describe a video source.
Inherited Members
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public class VideoSourceDescriptor : LinphoneObject
Properties
Call
Gets the call of a Linphone.VideoSourceDescriptor.
Declaration
public Call Call { get; set; }
Property Value
Type | Description |
---|---|
Call | The Linphone.Call of the video source descriptor if it's type is LinphoneVideoSourceCall, null otherwise. |
CameraId
Gets the camera id of a Linphone.VideoSourceDescriptor.
Declaration
public string CameraId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The camera id of the video source descriptor if it's type is LinphoneVideoSourceCamera, null otherwise. |
Image
Gets the image path of a Linphone.VideoSourceDescriptor.
Declaration
public string Image { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image path of the video source descriptor if it's type is LinphoneVideoSourceImage, null otherwise. |
Type
Gets the type of a Linphone.VideoSourceDescriptor.
Declaration
public VideoSourceType Type { get; }
Property Value
Type | Description |
---|---|
VideoSourceType | The Linphone.VideoSourceType corresponding to this video source descriptor. |
Methods
Clone()
Instantiate a new video source descriptor with values from source.
Declaration
public VideoSourceDescriptor Clone()
Returns
Type | Description |
---|---|
VideoSourceDescriptor | The newly created Linphone.VideoSourceDescriptor object. |