Enum WebRTCStatisticsProperty
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Specifies the WebRTC statistics property.
public enum WebRTCStatisticsProperty
Fields
Name | Description |
---|---|
BytesReceived | Received bytes. |
BytesSent | Sent bytes. |
Channels | The number of channels. |
ClockRate | Clock rate. |
CodecId | Codec ID. |
CodecType | Codec type. |
FirCount | FIR count. |
FractionLost | Lost fraction. |
Id | ID. |
Jitter | Jitter. |
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. |
RemoteId | Remote ID. |
RemoteTimestamp | Remote timestamp. |
RoundTripTime | Round trip time. |
SdpFmtpLine | SDP FMTP line. |
Ssrc | SSRC. |
Timestamp | Timestamp. |
TransportId | Transport ID. |