Class NERoomRtcVideoSendStats
-
- All Implemented Interfaces:
public final class NERoomRtcVideoSendStats
本地视频流上传统计信息
-
-
Field Summary
Fields Modifier and Type Field Description private List<NERoomRtcVideoLayerSendStats>
videoLayers
-
Constructor Summary
Constructors Constructor Description NERoomRtcVideoSendStats(List<NERoomRtcVideoLayerSendStats> videoLayers)
-
Method Summary
Modifier and Type Method Description final List<NERoomRtcVideoLayerSendStats>
getVideoLayers()
本地视频单条流上传统计信息。 final Unit
setVideoLayers(List<NERoomRtcVideoLayerSendStats> videoLayers)
本地视频单条流上传统计信息。 -
-
Constructor Detail
-
NERoomRtcVideoSendStats
NERoomRtcVideoSendStats(List<NERoomRtcVideoLayerSendStats> videoLayers)
-
-
Method Detail
-
getVideoLayers
final List<NERoomRtcVideoLayerSendStats> getVideoLayers()
本地视频单条流上传统计信息。
-
setVideoLayers
final Unit setVideoLayers(List<NERoomRtcVideoLayerSendStats> videoLayers)
本地视频单条流上传统计信息。
-
-
-
-