• 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 VideoDeviceFormat

    Video format for the video capture device.

    Inheritance
    object
    VideoDeviceFormat
    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 VideoDeviceFormat

    Constructors

    VideoDeviceFormat()

    Constructor

    Declaration
    public VideoDeviceFormat()

    Properties

    Framerate

    Frame rate in frames per second.

    Declaration
    public uint Framerate { get; set; }
    Property Value
    Type Description
    uint

    Height

    Frame height in pixels.

    Declaration
    public uint Height { get; set; }
    Property Value
    Type Description
    uint

    SubType

    Sub-Type such as RGB, NV12 or YUY2

    Declaration
    public string SubType { get; set; }
    Property Value
    Type Description
    string

    Width

    Frame with in pixels

    Declaration
    public uint Width { get; set; }
    Property Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX