Class RTCTransformEvent
Event for transformed RTP frames.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCTransformEvent
Properties
Frame
Transformed encoded frame.
Declaration
public RTCEncodedFrame Frame { get; }
Property Value
Type | Description |
---|---|
RTCEncodedFrame |