Uses of Class
io.antmedia.statistic.type.WebRTCVideoSendStats
Packages that use WebRTCVideoSendStats
-
Uses of WebRTCVideoSendStats in io.antmedia
Fields in io.antmedia declared as WebRTCVideoSendStatsModifier and TypeFieldDescriptionprotected WebRTCVideoSendStats
AntMediaApplicationAdapter.webRTCVideoSendStats
Methods in io.antmedia that return WebRTCVideoSendStats -
Uses of WebRTCVideoSendStats in io.antmedia.rest
Fields in io.antmedia.rest declared as WebRTCVideoSendStatsModifier and TypeFieldDescriptionprivate final WebRTCVideoSendStats
BroadcastRestService.WebRTCSendStats.videoSendStats
private WebRTCVideoSendStats
WebRTCClientStats.videoSentStats
Methods in io.antmedia.rest that return WebRTCVideoSendStatsModifier and TypeMethodDescriptionBroadcastRestService.WebRTCSendStats.getVideoSendStats()
WebRTCClientStats.getVideoSentStats()
Methods in io.antmedia.rest with parameters of type WebRTCVideoSendStatsModifier and TypeMethodDescriptionvoid
WebRTCClientStats.setVideoSentStats
(WebRTCVideoSendStats videoSentStats) Constructors in io.antmedia.rest with parameters of type WebRTCVideoSendStatsModifierConstructorDescriptionWebRTCSendStats
(WebRTCAudioSendStats audioSendStats, WebRTCVideoSendStats videoSendStats) -
Uses of WebRTCVideoSendStats in io.antmedia.statistic.type
Methods in io.antmedia.statistic.type with parameters of type WebRTCVideoSendStatsModifier and TypeMethodDescriptionvoid
WebRTCVideoSendStats.addVideoStats
(WebRTCVideoSendStats videoStats) -
Uses of WebRTCVideoSendStats in io.antmedia.webrtc.api
Methods in io.antmedia.webrtc.api that return WebRTCVideoSendStats