Enum RTCEncodedVideoFrameType
Types of encoded video frames.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum RTCEncodedVideoFrameType
Fields
| Name | Description |
|---|---|
| Delta | Delta frame containing changes. |
| Empty | No frame data. |
| Key | Key frame for video decoding. |