2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
7 <html i18n-values=
"dir:textdirection">
10 <title i18n-content=
"Media Internals"></title>
11 <link rel=
"stylesheet" href=
"media_internals.css">
12 <script src=
"chrome://resources/js/cr.js"></script>
16 <textarea id=
"clipboard-textarea" class=
"hiddenClipboard"></textarea>
18 <div id=
"list-wrapper">
19 <div id=
"player-list-wrapper">
21 <ul id=
"player-list"></ul>
23 <div id=
"audio-component-list-wrapper">
24 <h2>Input Controllers
</h2>
25 <ul id=
"audio-input-controller-list"></ul>
27 <div id=
"audio-component-list-wrapper">
28 <h2>Output Controllers
</h2>
29 <ul id=
"audio-output-controller-list"></ul>
31 <div id=
"audio-component-list-wrapper">
32 <h2>Output Streams
</h2>
33 <ul id=
"audio-output-stream-list"></ul>
36 <div id=
"property-wrapper">
38 <span id=
"property-name"></span> Properties
39 <button id=
"copy-button">copy to clipboard
</button>
41 <table id=
"property-table">
52 <div id=
"log-wrapper">
54 Log
<input id=
"filter-text" type=
"text">
59 <th class=
"timestamp">Timestamp
</th>
68 <script src=
"media_internals.js"></script>