Class VideoDeviceFormat
Video format for the video capture device.
Inherited Members
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 |