Re: Mapping AudioStreamTrack to AudioTrack

2014-04-24 Thread Randell Jesup
On 4/24/2014 1:24 AM, Robert O'Callahan wrote: On Thu, Apr 24, 2014 at 4:57 PM, Martin Thomson martin.thom...@gmail.comwrote: That's sensible, though I wasn't previous aware of the distinction. MediaStreamTrack : AudioTrack, EventTarget seems like a natural fit. That doesn't leave much that

Re: Mapping AudioStreamTrack to AudioTrack

2014-04-24 Thread Shelly Lin
On Thursday, April 24, 2014 4:47:10 PM UTC+8, Randell Jesup wrote: ... Then have MediaStreamTrack and AudioTrack both inherit from (new) MediaTrack? (and both likely be very thin or even empty for now) -- Randell Jesup, Mozilla Yes, here's the bug I'm working on now: Bug

Re: Mapping AudioStreamTrack to AudioTrack

2014-04-24 Thread Martin Thomson
On 23 April 2014 21:13, Robert O'Callahan rob...@ocallahan.org wrote: I think it would be a good idea to align AudioTrack/VideoTrack and MediaStreamTrack by changing their specs. I think the best thing to do would be to change MediaStreamTrack to fit AudioTrack/VideoTrack. E.g. we could