MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    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 Source

    fourcc

    FOURCC identifier of the video encoding.

    Declaration
    public uint fourcc
    Field Value
    Type Description
    UInt32
    | Improve this Doc View Source

    framerate

    Capture framerate, in frames per second.

    Declaration
    public double framerate
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    height

    Frame height, in pixels.

    Declaration
    public uint height
    Field Value
    Type Description
    UInt32
    | Improve this Doc View Source

    width

    Frame width, in pixels.

    Declaration
    public uint width
    Field Value
    Type Description
    UInt32
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • fourcc
      • framerate
      • height
      • width
    Back to top Generated by DocFX