Class RTCEncodedVideoFrame
Encoded video frame for RTP transform.
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCEncodedVideoFrame : RTCEncodedFrame
Properties
Type
Type of the encoded video frame.
Declaration
public RTCEncodedVideoFrameType Type { get; }
Property Value
Type | Description |
---|---|
RTCEncodedVideoFrameType |
Methods
GetMetadata()
Gets metadata for the encoded video frame.
Declaration
public RTCEncodedVideoFrameMetadata GetMetadata()
Returns
Type | Description |
---|---|
RTCEncodedVideoFrameMetadata | Metadata object. |