Class RTCRtpTransform
RTP transform for encoded frames.
Implements
Inherited Members
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
~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. |