blob: aefc25a7a49fb1634a0dc417db7f321c81e314c1 [file] [log] [blame]
// Copyright 2015 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://w3c.github.io/mediacapture-main/#idl-def-constraindoublerange
dictionary ConstrainDoubleRange : DoubleRange {
double exact;
double ideal;
};