[Bug 17002] Specify a mechanism to determine which SourceBuffer an AudioTrack,VideoTrack, or TextTrack belong to.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17002

--- Comment #8 from Adrian Bateman [MSFT] <adrianba@microsoft.com> 2012-09-25 15:23:51 UTC ---
>From http://lists.w3.org/Archives/Public/public-html-media/2012Sep/0025.html:
> 6. Should I change the proposed fix to Bug 17002 to the following so the
> solution is independent of the id field?
> 
> partial interface MediaSource {
>   SourceBuffer? getSourceBuffer(VideoTrack videoTrack);
>   SourceBuffer? getSourceBuffer(AudioTrack audioTrack);
>   SourceBuffer? getSourceBuffer(TextTrack textTrack);
> }

As mentioned on the call today, I'd prefer the id string if we can make it
work, but we (Microsoft) are in the middle of researching the multi-track
aspects as will have a more thought out opinion soon.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 25 September 2012 15:24:24 UTC