[Webkit-unassigned] [Bug 113965] Add interfaces and stubs for audio and video tracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 16:00:49 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113965





--- Comment #5 from Glenn Adams <glenn at skynav.com>  2013-04-04 15:59:02 PST ---
(In reply to comment #3)
> Basically, this patch will:
> 
>   * Add AudioTrack, AudioTrackPrivate, AudioTrackList, VideoTrack, VideoTrackPrivate, and VideoTrackList classes (with various clients).
>   * Add IDL for the tracks and tracklists.
>   * Add an AudioTrackList and VideoTrackList to HTMLMediaElment.
> 
> The classes are based on TextTrack, InbandTextTrack, TextTrackPrivate and TextTrackList. All audio and video tracks are in-band, so there's no need for an AudioTrack + InbandAudioTrack -- it's just called AudioTrack.

Are you sure that MSE won't introduce/entail a need for out-of-band audio tracks in order to do late binding?

> 
> I hid it behind ENABLE_VIDEO_TRACK, like TextTracks are. I could create another feature define if that seems useful.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list