Enum WebRTCStatisticsCategory
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Specifies the category of WebRTC statistics.
[Flags]
public enum WebRTCStatisticsCategory
Fields
Name | Description |
---|---|
All | All types of WebRTC statistics. |
CandidatePair | Candidate pair. |
Codec | Codec. |
InboundRtp | Inbound RTP. |
LocalCandidate | Local candidate. |
OutboundRtp | Outbound RTP. |
RemoteCandidate | Remote candidate. |
RemoteInboundRtp | Remote inbound RTP. |
RemoteOutboundRtp | Remote Outbound RTP. |