• Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • CameraCapture
      • VideoDeviceFormat
      • VideoSourceSettings
      • WindowsCameraCapture
    • SipLib.Video.Windows
      • FrameBitmapReadyDelegate
      • FrameReadyDelegate
      • IVideoCapture
      • StaticImageCapture
      • VideoDeviceEnumerator
      • VideoReceiver
      • VideoSender
      • VideoUtils

    Class VideoSourceSettings

    Settings class for the selected video source (capture devices)

    Inheritance
    object
    VideoSourceSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX