blob: 6feab9a18d46857b7b2eda2f64fae3a5d2a7b6b3 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://wicg.github.io/media-capabilities/#mediacapabilitiesinfo
[
Exposed=Window,
RuntimeEnabled=MediaCapabilities
] interface MediaCapabilitiesInfo {
readonly attribute boolean supported;
readonly attribute boolean smooth;
readonly attribute boolean powerEfficient;
};