RESOLVED CONFIGURATION CHANGED Bug 160794
Dynamically query whether a frame rate is supported for Media Constraints
https://bugs.webkit.org/show_bug.cgi?id=160794
Summary Dynamically query whether a frame rate is supported for Media Constraints
George Ruan
Reported 2016-08-11 17:49:35 PDT
Currently, given a Media Constraint of type FrameRate, we deem the constraint as satisfiable if the frame rate is between 0 and 60 inclusive. We should be dynamically checking the media devices whether they support the frame rate or not. See CaptureDeviceManager::isSupportedFrameRate.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-08-11 17:51:26 PDT
Note You need to log in before you can comment on or make changes to this bug.