Interface RemoteBitrateObserver

  • All Known Implementing Classes:
    TransportCCEngine

    public interface RemoteBitrateObserver
    RemoteBitrateObserver 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 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 -