Enum WebRTCStatisticsCategory

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
10

Specifies the category of WebRTC statistics.

C#
Copy
public enum WebRTCStatisticsCategory : int
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.

Extension Methods