docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCEncodedVideoFrame

    Encoded video frame for RTP transform.

    Inheritance
    object
    RTCEncodedFrame
    RTCEncodedVideoFrame
    Inherited Members
    RTCEncodedFrame.Timestamp
    RTCEncodedFrame.Ssrc
    RTCEncodedFrame.GetData()
    RTCEncodedFrame.SetData(NativeArray<byte>.ReadOnly)
    RTCEncodedFrame.SetData(NativeArray<byte>.ReadOnly, int, int)
    RTCEncodedFrame.SetData(NativeSlice<byte>)
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCEncodedVideoFrame : RTCEncodedFrame

    Properties

    Type

    Type of the encoded video frame.

    Declaration
    public RTCEncodedVideoFrameType Type { get; }
    Property Value
    Type Description
    RTCEncodedVideoFrameType

    Methods

    GetMetadata()

    Gets metadata for the encoded video frame.

    Declaration
    public RTCEncodedVideoFrameMetadata GetMetadata()
    Returns
    Type Description
    RTCEncodedVideoFrameMetadata

    Metadata object.

    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)