Enum WebRTCStatisticsProperty
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Specifies the WebRTC statistics property.
public enum WebRTCStatisticsProperty
Fields
Name | Description |
---|---|
Address | Address of the candidate. |
BytesReceived | Received bytes. |
BytesSent | Sent bytes. |
CandidateType | Candidate type. |
Channels | The number of channels. |
ClockRate | Clock rate. |
CodecId | Codec ID. |
CodecType | Codec type. |
FirCount | FIR count. |
FractionLost | Lost fraction. |
Id | ID. |
Jitter | Jitter. |
Kind | Kind. |
LocalCandidateId | Local candidate ID associated with the candidate pair. |
LocalId | Local ID. |
MimeType | MIME type. |
NackCount | NACK count. |
PacketsDiscarded | Discarted packet. |
PacketsDuplicated | Duplicated packet. |
PacketsLost | Lost packet. |
PacketsReceived | Received packet. |
PacketsSent | Sent packets. |
PayloadType | Payload type. |
PliCount | PLI count. |
Port | Port number of the candidate. |
Priority | Priority. |
Protocol | Protocol(UDP or TCP). |
RelayProtocol | Relay protocol. |
RemoteCandidateId | Remote candidate ID associated with the candidate pair. |
RemoteId | Remote ID. |
RemoteTimestamp | Remote timestamp. |
RoundTripTime | Round trip time. |
SdpFmtpLine | SDP FMTP line. |
Ssrc | SSRC. |
Timestamp | Timestamp. |
TransportId | Transport ID. |
Url | URL. |