Chromium Code Reviews

Side by Side Diff: third_party/WebKit/Source/modules/mediasource/AudioTrackSourceBuffer.idl

Issue 1658033002: Add SourceBuffer implementations of Audio/VideoTracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pass-media-tracks-to-blink
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // https://w3c.github.io/media-source/#audio-track-extensions
6 [
7 GarbageCollected,
8 ImplementedAs=SourceBufferTrackBaseSupplement,
9 RuntimeEnabled=AudioVideoTracks
10 ] partial interface AudioTrack {
11 readonly attribute SourceBuffer? sourceBuffer;
12 };
OLDNEW

Powered by Google App Engine