Struct VideoCaptureFormat
Capture format for a video track.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public struct VideoCaptureFormat
Fields
| Improve this Doc View Sourcefourcc
FOURCC identifier of the video encoding.
Declaration
public uint fourcc
Field Value
Type | Description |
---|---|
UInt32 |
framerate
Capture framerate, in frames per second.
Declaration
public double framerate
Field Value
Type | Description |
---|---|
Double |
height
Frame height, in pixels.
Declaration
public uint height
Field Value
Type | Description |
---|---|
UInt32 |
width
Frame width, in pixels.
Declaration
public uint width
Field Value
Type | Description |
---|---|
UInt32 |