mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-15 06:40:43 +01:00

This CL also introduces NetEqFactory and NetEqControllerFactory interfaces, as well as several convenience classes for working with them: DefaultNetEqFactory, DefaultNetEqControllerFactory and CustomNetEqFactory. Bug: webrtc:11005 Change-Id: I1e8fc5154636ac2aad1a856828f80a2a758ad392 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/156945 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29671}
8 lines
174 B
Python
8 lines
174 B
Python
specific_include_rules = {
|
|
"neteq_factory\.h": [
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
"custom_neteq_factory\.h": [
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
}
|