|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
C++ wrapper for WebRTC AEC3 (opaque to C code) More...
Public Member Functions | |
| WebRTCAec3Wrapper ()=default | |
| ~WebRTCAec3Wrapper ()=default | |
Data Fields | |
| std::unique_ptr< webrtc::EchoControl > | aec3 |
| webrtc::EchoCanceller3Config | config |
C++ wrapper for WebRTC AEC3 (opaque to C code)
This struct holds the C++ WebRTC objects and is cast to/from void* pointers in the C interface.
Definition at line 78 of file client_audio_pipeline.cpp.
|
default |
|
default |
| std::unique_ptr<webrtc::EchoControl> WebRTCAec3Wrapper::aec3 |
Definition at line 79 of file client_audio_pipeline.cpp.
| webrtc::EchoCanceller3Config WebRTCAec3Wrapper::config |
Definition at line 80 of file client_audio_pipeline.cpp.