mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00

When creating a NetEqController it can be useful to have access to a webrtc::Clock*. Also, NetEqControllers should have access to the contents of the sync buffer when making decisions. Bug: webrtc:11005 Change-Id: I7fdba75ce661b2ace52458620a8c1f3c990e5ac2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167208 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30368}
14 lines
323 B
Python
14 lines
323 B
Python
specific_include_rules = {
|
|
"custom_neteq_factory\.h": [
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
"default_neteq_factory\.h": [
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
"neteq_controller\.h": [
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
"neteq_factory\.h": [
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
}
|