Add audio::StreamFactory::CreateLoopbackStream() API.
Adds the mojom declaration and its corresponding audio::StreamFactory implementation, allowing clients of the Audio Service to create loopback streams. Loopback streams are virtualized audio input streams. They collect the audio from one or more audio output streams, and mix it together into a single input stream. An example use case is tab capture. Bug: 824019 Change-Id: I10256b516f7e19f6e312aec7fd33dc737df095fa Reviewed-on: https://chromium-review.googlesource.com/1041662 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by:Yuri Wiitala <miu@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#558061}
Showing
Please register or sign in to comment