Bug 160794 - Dynamically query whether a frame rate is supported for Media Constraints
Summary: Dynamically query whether a frame rate is supported for Media Constraints
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 160578
  Show dependency treegraph
 
Reported: 2016-08-11 17:49 PDT by George Ruan
Modified: 2017-08-30 11:46 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Ruan 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.
Comment 1 Radar WebKit Bug Importer 2016-08-11 17:51:26 PDT
<rdar://problem/27815944>