Class VideoSourceSettings
Settings class for the selected video source (capture devices)
Inherited Members
Namespace: CameraCapture
Assembly: SipLib.Video.Windows.dll
Syntax
public class VideoSourceSettings
Constructors
VideoSourceSettings()
Constructor
Declaration
public VideoSourceSettings()
Properties
DeviceFormat
Video format settings for the video device.
Declaration
public VideoDeviceFormat DeviceFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoDeviceFormat |
SelectedDeviceName
Name of the selected video capture device. A value of null means that no video device has been selected.
Declaration
public string? SelectedDeviceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |