MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Interface IVideoFrameStorage

    Interface for a storage of a single video frame.

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public interface IVideoFrameStorage

    Properties

    | Improve this Doc View Source

    Buffer

    Raw storage buffer of capacity Capacity.

    Declaration
    byte[] Buffer { get; }
    Property Value
    Type Description
    Byte[]
    | Improve this Doc View Source

    Capacity

    Storage capacity, in bytes.

    Declaration
    ulong Capacity { get; set; }
    Property Value
    Type Description
    UInt64
    | Improve this Doc View Source

    Height

    Frame height, in pixels.

    Declaration
    uint Height { get; set; }
    Property Value
    Type Description
    UInt32
    | Improve this Doc View Source

    Width

    Frame width, in pixels.

    Declaration
    uint Width { get; set; }
    Property Value
    Type Description
    UInt32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX