docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCEncodedVideoFrameMetadata

    Metadata for an encoded video frame.

    Inheritance
    object
    RTCEncodedVideoFrameMetadata
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCEncodedVideoFrameMetadata

    Fields

    dependencies

    An Array of positive integers indicating the frameIds of frames on which this frame depends.

    Declaration
    public readonly long[] dependencies
    Field Value
    Type Description
    long[]

    frameId

    Unique identifier for the frame.

    Declaration
    public readonly long? frameId
    Field Value
    Type Description
    long?

    height

    Frame height in pixels.

    Declaration
    public readonly ushort height
    Field Value
    Type Description
    ushort

    simulcastIndex

    Simulcast stream index.

    Declaration
    public readonly int simulcastIndex
    Field Value
    Type Description
    int

    temporalIndex

    Temporal layer index.

    Declaration
    public readonly long temporalIndex
    Field Value
    Type Description
    long

    width

    Frame width in pixels.

    Declaration
    public readonly ushort width
    Field Value
    Type Description
    ushort
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)