docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCRtpTransform

    RTP transform for encoded frames.

    Inheritance
    object
    RefCountedObject
    RTCRtpTransform
    RTCRtpScriptTransform
    Implements
    IDisposable
    Inherited Members
    RefCountedObject.disposed
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCRtpTransform : RefCountedObject, IDisposable

    Properties

    Kind

    Track kind for the transform.

    Declaration
    public TrackKind Kind { get; }
    Property Value
    Type Description
    TrackKind

    Methods

    Dispose()

    Releases resources used by the transform.

    Declaration
    public override void Dispose()
    Overrides
    RefCountedObject.Dispose()

    ~RTCRtpTransform()

    Releases resources used by the transform.

    Declaration
    protected ~RTCRtpTransform()

    Write(RTCEncodedFrame)

    Writes an encoded frame to the transform sink.

    Declaration
    public void Write(RTCEncodedFrame frame)
    Parameters
    Type Name Description
    RTCEncodedFrame frame

    Encoded frame to write.

    Implements

    IDisposable
    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)