RTCStatsObject Represents an object passed in by the application developer which will be populated internally. More...
#include <Stats.h>
Public Attributes | |
RtcIceCandidatePairStats | iceCandidatePairStats |
ICE Candidate Pair stats object. More... | |
RtcIceCandidateStats | localIceCandidateStats |
local ICE Candidate stats object More... | |
RtcIceCandidateStats | remoteIceCandidateStats |
remote ICE Candidate stats object More... | |
RtcIceServerStats | iceServerStats |
ICE Server Pair stats object. More... | |
RtcTransportStats | transportStats |
Transport stats object. More... | |
RtcOutboundRtpStreamStats | outboundRtpStreamStats |
Outbound RTP Stream stats object. More... | |
RtcRemoteInboundRtpStreamStats | remoteInboundRtpStreamStats |
Remote Inbound RTP Stream stats object. More... | |
RtcInboundRtpStreamStats | inboundRtpStreamStats |
Inbound RTP Stream stats object. More... | |
RtcDataChannelStats | rtcDataChannelStats |
RTCStatsObject Represents an object passed in by the application developer which will be populated internally.
RtcIceCandidatePairStats RtcStatsObject::iceCandidatePairStats |
ICE Candidate Pair stats object.
RtcIceServerStats RtcStatsObject::iceServerStats |
ICE Server Pair stats object.
RtcInboundRtpStreamStats RtcStatsObject::inboundRtpStreamStats |
Inbound RTP Stream stats object.
RtcIceCandidateStats RtcStatsObject::localIceCandidateStats |
local ICE Candidate stats object
RtcOutboundRtpStreamStats RtcStatsObject::outboundRtpStreamStats |
Outbound RTP Stream stats object.
RtcIceCandidateStats RtcStatsObject::remoteIceCandidateStats |
remote ICE Candidate stats object
RtcRemoteInboundRtpStreamStats RtcStatsObject::remoteInboundRtpStreamStats |
Remote Inbound RTP Stream stats object.
RtcDataChannelStats RtcStatsObject::rtcDataChannelStats |
RtcTransportStats RtcStatsObject::transportStats |
Transport stats object.