Package live.hms.video.connection.stats
Class HMSRTCStatsReport
-
- All Implemented Interfaces:
public final class HMSRTCStatsReport
-
-
Field Summary
Fields Modifier and Type Field Description private final HMSRTCStatscombinedprivate final HMSRTCStatsaudioprivate final HMSRTCStatsvideo
-
Constructor Summary
Constructors Constructor Description HMSRTCStatsReport(HMSRTCStats combined, HMSRTCStats audio, HMSRTCStats video)
-
Method Summary
Modifier and Type Method Description final HMSRTCStatsgetCombined()final HMSRTCStatsgetAudio()final HMSRTCStatsgetVideo()StringtoString()-
-
Constructor Detail
-
HMSRTCStatsReport
HMSRTCStatsReport(HMSRTCStats combined, HMSRTCStats audio, HMSRTCStats video)
-
-
Method Detail
-
getCombined
final HMSRTCStats getCombined()
-
getAudio
final HMSRTCStats getAudio()
-
getVideo
final HMSRTCStats getVideo()
-
-
-
-