- From: <bugzilla@jessica.w3.org>
- Date: Tue, 05 Nov 2013 17:35:56 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23726 --- Comment #1 from Takeshi Yoshino <tyoshino@google.com> --- The SourceBuffer.appendStream method of Media Source Extensions takes a Stream as an argument. https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#widl-SourceBuffer-appendStream-void-Stream-stream-unsigned-long-long-maxSize void appendStream (Stream stream, [EnforceRange] optional unsigned long long maxSize); ---- Media Capture API http://www.w3.org/wiki/Media_Capture ---- Discussion between Takeshi and Aymeric with some examples. http://lists.w3.org/Archives/Public/public-webapps/2013JulSep/0593.html http://lists.w3.org/Archives/Public/public-webapps/2013JulSep/0664.html http://lists.w3.org/Archives/Public/public-webapps/2013OctDec/0232.html -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 5 November 2013 17:35:58 UTC