Skip to content

Commit

Permalink
Bug 1593158 [wpt PR 20042] - Update interfaces/media-capabilities.idl…
Browse files Browse the repository at this point in the history
…, a=testonly

Automatic update from web-platform-tests
Update interfaces/media-capabilities.idl (#20042)

Source: https://github.com/tidoust/reffy-reports/blob/f08e36d/ed/idl/media-capabilities.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/605796547
--

wpt-commits: ff29530cb836b0d8f1a1845cb6fc3e35b15c90ef
wpt-pr: 20042

Differential Revision: https://phabricator.services.mozilla.com/D53599

UltraBlame original commit: 707bae8b42e2dea3325183dd3c5a92d38adb1654
  • Loading branch information
marco-c committed Nov 21, 2019
1 parent d209c89 commit 32792a5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions testing/web-platform/tests/interfaces/media-capabilities.idl
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,21 @@ dictionary AudioConfiguration {
dictionary MediaCapabilitiesKeySystemConfiguration {
required DOMString keySystem;
DOMString initDataType = "";
DOMString audioRobustness = "";
DOMString videoRobustness = "";
MediaKeysRequirement distinctiveIdentifier = "optional";
MediaKeysRequirement persistentState = "optional";
sequence<DOMString> sessionTypes;
KeySystemTrackConfiguration audio;
KeySystemTrackConfiguration video;
};

dictionary KeySystemTrackConfiguration {
DOMString robustness = "";
};

dictionary MediaCapabilitiesInfo {
required boolean supported;
required boolean smooth;
required boolean powerEfficient;

};

dictionary MediaCapabilitiesDecodingInfo : MediaCapabilitiesInfo {
Expand Down

0 comments on commit 32792a5

Please sign in to comment.