New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 843948 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug


Participants' hotlists:
AudioService-FixIt


Sign in to add a comment

Change content::MediaCaptureDevices to a callback-based API

Project Member Reported by guidou@chromium.org, May 17 2018

Issue description

This interface provides access to media device enumerations.
It assumes that devices are cached and provides a synchronous API.
This forces the audio service to always remain alive after first use in order to ensure that the enumeration cache is always consistent.

Switching to a callback-based API will allow more flexible caching policies that allow the monitor to be stopped when not needed.
 

Comment 1 by olka@chromium.org, May 17 2018

Cc: maxmorin@chromium.org
Labels: -Pri-3 Pri-2

Sign in to add a comment