Amazon Kinesis Webrtc C SDK
RtcStatsObject Struct Reference

RTCStatsObject Represents an object passed in by the application developer which will be populated internally. More...

#include <Stats.h>

Collaboration diagram for RtcStatsObject:
Collaboration graph

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
 

Detailed Description

RTCStatsObject Represents an object passed in by the application developer which will be populated internally.

Member Data Documentation

◆ iceCandidatePairStats

RtcIceCandidatePairStats RtcStatsObject::iceCandidatePairStats

ICE Candidate Pair stats object.

◆ iceServerStats

RtcIceServerStats RtcStatsObject::iceServerStats

ICE Server Pair stats object.

◆ inboundRtpStreamStats

RtcInboundRtpStreamStats RtcStatsObject::inboundRtpStreamStats

Inbound RTP Stream stats object.

◆ localIceCandidateStats

RtcIceCandidateStats RtcStatsObject::localIceCandidateStats

local ICE Candidate stats object

◆ outboundRtpStreamStats

RtcOutboundRtpStreamStats RtcStatsObject::outboundRtpStreamStats

Outbound RTP Stream stats object.

◆ remoteIceCandidateStats

RtcIceCandidateStats RtcStatsObject::remoteIceCandidateStats

remote ICE Candidate stats object

◆ remoteInboundRtpStreamStats

RtcRemoteInboundRtpStreamStats RtcStatsObject::remoteInboundRtpStreamStats

Remote Inbound RTP Stream stats object.

◆ rtcDataChannelStats

RtcDataChannelStats RtcStatsObject::rtcDataChannelStats

◆ transportStats

RtcTransportStats RtcStatsObject::transportStats

Transport stats object.


The documentation for this struct was generated from the following file: