blob: 28c294e3b9ef275a601a8a81fe8e757dc6de09f6 [file] [log] [blame]
// Copyright 2014 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://html.spec.whatwg.org/#audiotrack
[
RuntimeEnabled=AudioVideoTracks,
SetWrapperReferenceFrom=owner,
WillBeGarbageCollected,
] interface AudioTrack {
readonly attribute DOMString id;
readonly attribute DOMString kind;
readonly attribute DOMString label;
readonly attribute DOMString language;
attribute boolean enabled;
};