We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MediaTrackSettings.channelCount
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From #1029, there are a few removed.
MediaTrackSettings Added: restrictOwnAudio Removed: autoGainControl, channelCount, latency, noiseSuppression, resizeMode
restrictOwnAudio
autoGainControl
channelCount
latency
noiseSuppression
resizeMode
Comparing to the Media Capture and Streams spec, these are in the Candidate Recommendation Draft:
boolean autoGainControl
long channelCount
double latency
boolean noiseSuppression
DOMString resizeMode
none
crop-and-scale
Should we add them back?
Side note, restrictOwnAudio is from the Screen Capture spec.
Another side note, there was a discussion #286 about some of them, that thread is 4.5 years old.
The text was updated successfully, but these errors were encountered:
https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackSettings/autoGainControl#browser_compatibility This has only chromium support (removed in firefox 55 ) I got bitten by the new design
Sorry, something went wrong.
autoGainControl was readded in ts4.5 #1143
resizeMode has only chromium support. Every API needs at least two implementing engines to be added here...
Thanks @HolgerJeromin for clarifying. I was not aware of the "two implementing engines" requirement.
No branches or pull requests
From #1029, there are a few removed.
Comparing to the Media Capture and Streams spec, these are in the Candidate Recommendation Draft:
boolean autoGainControl
long channelCount
double latency
boolean noiseSuppression
DOMString resizeMode
of eithernone
orcrop-and-scale
Should we add them back?
Side note,
restrictOwnAudio
is from the Screen Capture spec.Another side note, there was a discussion #286 about some of them, that thread is 4.5 years old.
The text was updated successfully, but these errors were encountered: