Interface RemoteBitrateObserver
-
- All Known Implementing Classes:
TransportCCEngine
public interface RemoteBitrateObserverRemoteBitrateObserver is used to signal changes in bitrate estimates for the incoming streams. webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h- Author:
- Lyubomir Marinov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonReceiveBitrateChanged(Collection<Long> ssrcs, long bitrate)Called when a receive channel group has a new bitrate estimate for the incoming streams.
-
-
-
Method Detail
-
onReceiveBitrateChanged
void onReceiveBitrateChanged(Collection<Long> ssrcs, long bitrate)
Called when a receive channel group has a new bitrate estimate for the incoming streams.- Parameters:
ssrcs-bitrate-
-
-