Class RTCRtpScriptTransform
Script-based RTP transform for encoded frames.
Implements
Inherited Members
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. |