#include <NGIAgoraRtcConnection.h>
◆ ~INetworkObserver()
virtual agora::rtc::INetworkObserver::~INetworkObserver |
( |
| ) |
|
|
inlinevirtual |
◆ onDownlinkNetworkInfoUpdated()
virtual void agora::rtc::INetworkObserver::onDownlinkNetworkInfoUpdated |
( |
const DownlinkNetworkInfo & |
info | ) |
|
|
inlinevirtual |
Occurs when downlink network info is updated.
This callback is used for notifying user to switch major/minor stream if needed.
- Parameters
-
info | The downlink network info collections. |
◆ onUplinkNetworkInfoUpdated()
virtual void agora::rtc::INetworkObserver::onUplinkNetworkInfoUpdated |
( |
const UplinkNetworkInfo & |
info | ) |
|
|
inlinevirtual |
Occurs when downlink network info is updated.
This callback is used for notifying user to adjust the send pace based on the target bitrate.
- Parameters
-
info | The uplink network info collections. |
The documentation for this class was generated from the following file: