User talk:Dead project: Difference between revisions

Jump to navigation Jump to search
Fixed the typo in the spelling of MediaStream
(Fixed the typo in the spelling of Firefox in Firefox OS)
(Fixed the typo in the spelling of MediaStream)
Line 27: Line 27:
=Concept=
=Concept=
==MediaStreamTrack with VideoWorker: ==
==MediaStreamTrack with VideoWorker: ==
The new design is a simple and minimal change for current API. By extending MediaStreamTrack and adding VideoWorker related API, we can let MedisStream be able to support video processing functionality through the script code in Worker. Below is the draft WebIDL codes. Please see [2] for the draft specification.
The new design is a simple and minimal change for current API. By extending MediaStreamTrack and adding VideoWorker related API, we can let MediaStream be able to support video processing functionality through the script code in Worker. Below is the draft WebIDL codes. Please see [2] for the draft specification.
<source lang="webidl">
<source lang="webidl">
[Constructor(DOMString scriptURL)]
[Constructor(DOMString scriptURL)]
2

edits

Navigation menu