OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcVoiceMediaChannel
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h
53
class
WebRtcVoiceMediaChannel
;
58
friend class
WebRtcVoiceMediaChannel
;
83
// May only be called by
WebRtcVoiceMediaChannel
.
84
void RegisterChannel(
WebRtcVoiceMediaChannel
* channel);
85
void UnregisterChannel(
WebRtcVoiceMediaChannel
* channel);
87
// Called by
WebRtcVoiceMediaChannel
to set a gain offset from
134
std::vector<
WebRtcVoiceMediaChannel
*> channels_;
151
//
WebRtcVoiceMediaChannel
is an implementation of VoiceMediaChannel that uses
153
class
WebRtcVoiceMediaChannel
final : public VoiceMediaChannel,
156
WebRtcVoiceMediaChannel
(WebRtcVoiceEngine* engine
[
all
...]
webrtcvoiceengine.cc
566
return new
WebRtcVoiceMediaChannel
(this, options, call);
[
all
...]
webrtcvoiceengine_unittest.cc
[
all
...]
webrtcvideoengine2.h
73
class
WebRtcVoiceMediaChannel
;
Completed in 138 milliseconds