Re: [MSE] Rethinking MediaSource.setTrackInfo() and MediaSource.getSourceBuffer()

Hi Aaron,

Small question.

Le 10/01/2013 17:25, Aaron Colwell a écrit :
> I'd like to propose that we add the following extensions to 
> AudioTrack, VideoTrack, TextTrack, and SourceBuffer in the MSE spec.
>
> partial interface AudioTrack {
>   attribute DOMString kind;
>   attribute DOMString language;
>   readonly attribute SourceBuffer sourceBuffer;
> }
>
> partial interface VideoTrack {
>   attribute DOMString kind;
>   attribute DOMString language;
>   readonly attribute SourceBuffer sourceBuffer;
> }
What is this language attribute used for in a video track? Is it a 
mistake or is it made to make handling of tracks generic ?

Regards,
Cyril

-- 
Cyril Concolato
Maître de Conférences/Associate Professor
Groupe Multimedia/Multimedia Group
Telecom ParisTech
46 rue Barrault
75 013 Paris, France
http://concolato.wp.mines-telecom.fr/

Received on Sunday, 20 January 2013 15:25:56 UTC