WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 121950
[MediaStream API] implement VideoStreamTrack and AudioStreamTrack
https://bugs.webkit.org/show_bug.cgi?id=121950
Summary
[MediaStream API] implement VideoStreamTrack and AudioStreamTrack
Eric Carlson
Reported
2013-09-26 06:02:23 PDT
The spec defines AudioStreamTrack and a VideoStreamTrack interfaces: [Constructor(optional MediaTrackConstraints videoConstraints)] interface VideoStreamTrack : MediaStreamTrack { static sequence<DOMString> getSourceIds (); }; [Constructor(optional MediaTrackConstraints videoConstraints)] interface AudioStreamTrack : MediaStreamTrack { static sequence<DOMString> getSourceIds (); }; Earlier this week the spec editors agreed to remove the getSourceIds() methods because the functionality is a subset of what can be done with MediaStreamTrack.getSources(), but having typed streams will still be useful. <
rdar://problem/15022548
> <
rdar://problem/15022541
>
Attachments
Proposed patch
(36.04 KB, patch)
2013-09-26 12:29 PDT
,
Eric Carlson
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Carlson
Comment 1
2013-09-26 12:29:18 PDT
Created
attachment 212737
[details]
Proposed patch
Eric Carlson
Comment 2
2013-09-26 12:37:02 PDT
Committed
r156488
:
https://trac.webkit.org/r156488
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug