Lines Matching defs:ChannelProxy
21 ChannelProxy::ChannelProxy() : channel_owner_(nullptr) {}
23 ChannelProxy::ChannelProxy(const ChannelOwner& channel_owner) :
28 ChannelProxy::~ChannelProxy() {}
30 void ChannelProxy::SetRTCPStatus(bool enable) {
34 void ChannelProxy::SetLocalSSRC(uint32_t ssrc) {
40 void ChannelProxy::SetRTCP_CNAME(const std::string& c_name) {
48 void ChannelProxy::SetSendAbsoluteSenderTimeStatus(bool enable, int id) {
54 void ChannelProxy::SetSendAudioLevelIndicationStatus(bool enable, int id) {
60 void ChannelProxy::EnableSendTransportSequenceNumber(int id) {
65 void ChannelProxy::SetReceiveAbsoluteSenderTimeStatus(bool enable, int id) {
71 void ChannelProxy::SetReceiveAudioLevelIndicationStatus(bool enable, int id) {
77 void ChannelProxy::SetCongestionControlObjects(
86 CallStatistics ChannelProxy::GetRTCPStatistics() const {
94 std::vector<ReportBlock> ChannelProxy::GetRemoteRTCPReportBlocks() const {
102 NetworkStatistics ChannelProxy::GetNetworkStatistics() const {
110 AudioDecodingCallStats ChannelProxy::GetDecodingCallStatistics() const {
117 int32_t ChannelProxy::GetSpeechOutputLevelFullRange() const {
125 uint32_t ChannelProxy::GetDelayEstimate() const {
130 bool ChannelProxy::SetSendTelephoneEventPayloadType(int payload_type) {
135 bool ChannelProxy::SendTelephoneEventOutband(uint8_t event,
142 void ChannelProxy::SetSink(rtc::scoped_ptr<AudioSinkInterface> sink) {
147 Channel* ChannelProxy::channel() const {