HomeSort by relevance Sort by last modified time
    Searched defs:ChannelProxy (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/voice_engine/
channel_proxy.h 39 class ChannelProxy {
41 ChannelProxy();
42 explicit ChannelProxy(const ChannelOwner& channel_owner);
43 virtual ~ChannelProxy();
channel_proxy.cc 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)
    [all...]

Completed in 319 milliseconds