#include <memory>
#include "webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller.h"
#include "webrtc/test/gtest.h"
|
| | webrtc::TEST (DtxControllerTest, OutputInitValueWhenUplinkBandwidthUnknown) |
| |
| | webrtc::TEST (DtxControllerTest, TurnOnDtxForLowUplinkBandwidth) |
| |
| | webrtc::TEST (DtxControllerTest, TurnOffDtxForHighUplinkBandwidth) |
| |
| | webrtc::TEST (DtxControllerTest, MaintainDtxOffForMediumUplinkBandwidth) |
| |
| | webrtc::TEST (DtxControllerTest, MaintainDtxOnForMediumUplinkBandwidth) |
| |
| | webrtc::TEST (DtxControllerTest, CheckBehaviorOnChangingUplinkBandwidth) |
| |