MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class Argb32VideoFrameStorage

    Storage for a video frame encoded in ARGB format.

    Inheritance
    Object
    Argb32VideoFrameStorage
    Implements
    IVideoFrameStorage
    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public class Argb32VideoFrameStorage : object, IVideoFrameStorage

    Properties

    | Improve this Doc View Source

    Buffer

    Raw byte buffer containing the frame data.

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

    Capacity

    Total capacity of the storage, in bytes. This can be assigned to resize the storage.

    Declaration
    public ulong Capacity { get; set; }
    Property Value
    Type Description
    UInt64
    Remarks

    Reading this property is equivalent to reading the property of Buffer.

    | Improve this Doc View Source

    Height

    Frame height, in pixels.

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

    Width

    Frame width, in pixels.

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

    Implements

    IVideoFrameStorage
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX