OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VoEExternalMediaImpl
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_external_media_impl.h
20
class
VoEExternalMediaImpl
: public VoEExternalMedia {
36
VoEExternalMediaImpl
(voe::SharedData* shared);
37
~
VoEExternalMediaImpl
() override;
voe_external_media_impl.cc
38
VoEExternalMediaImpl
::
VoEExternalMediaImpl
(voe::SharedData* shared)
45
"
VoEExternalMediaImpl
() - ctor");
48
VoEExternalMediaImpl
::~
VoEExternalMediaImpl
() {
50
"~
VoEExternalMediaImpl
() - dtor");
53
int
VoEExternalMediaImpl
::RegisterExternalMediaProcessing(
92
int
VoEExternalMediaImpl
::DeRegisterExternalMediaProcessing(
125
int
VoEExternalMediaImpl
::GetAudioFrame(int channel, int desired_sample_rate_hz,
160
int
VoEExternalMediaImpl
::SetExternalMixing(int channel, bool enable)
[
all
...]
Completed in 39 milliseconds