Enum RTCStatsType
Identifies the type of RTC statistics object.
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public enum RTCStatsType
Fields
| Name | Description |
|---|---|
| CandidatePair | Identifies statistics related to a candidate pair. |
| Certificate | Identifies statistics related to a certificate. |
| Codec | Identifies the type of codec. |
| DataChannel | Identifies statistics related to a data channel. |
| InboundRtp | Identifies inbound RTP stream statistics. |
| LocalCandidate | Identifies statistics related to a local ICE candidate. |
| MediaPlayOut | Identifies statistics related to media playout. |
| MediaSource | Identifies statistics related to media sources. |
| OutboundRtp | Identifies outbound RTP stream statistics. |
| PeerConnection | Identifies statistics related to a peer connection. |
| RemoteCandidate | Identifies statistics related to a remote ICE candidate. |
| RemoteInboundRtp | Identifies statistics related to remote inbound RTP streams. |
| RemoteOutboundRtp | Identifies statistics related to remote outbound RTP streams. |
| Transport | Identifies statistics related to a transport. |