docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RTCRtpScriptTransform

    Script-based RTP transform for encoded frames.

    Inheritance
    object
    RefCountedObject
    RTCRtpTransform
    RTCRtpScriptTransform
    Implements
    IDisposable
    Inherited Members
    RTCRtpTransform.Kind
    RTCRtpTransform.Write(RTCEncodedFrame)
    RTCRtpTransform.Dispose()
    RefCountedObject.disposed
    Namespace: Unity.WebRTC
    Assembly: Unity.WebRTC.dll
    Syntax
    public class RTCRtpScriptTransform : RTCRtpTransform, IDisposable

    Constructors

    RTCRtpScriptTransform(TrackKind, TransformedFrameCallback)

    Constructor for RTCRtpScriptTransform.

    Declaration
    public RTCRtpScriptTransform(TrackKind kind, TransformedFrameCallback callback)
    Parameters
    Type Name Description
    TrackKind kind

    Track kind for the transform.

    TransformedFrameCallback callback

    Callback to invoke for transformed frames.

    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)