blob: 1926fa01749d0c20df9c9947fa7c22ad4176853b [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-record/MediaRecorder.html#MediaRecorderOptions
dictionary MediaRecorderOptions {
// TODO(mcasas): remove "mime" prefix, https://github.com/w3c/mediacapture-record/issues/10
DOMString mimeType = ""; // Default encoding mimeType.
// TODO(mcasas): Include here the remaining spec |{audioBits,videoBits,bits}PerSecond| when adding support for them.
};