MediaStreamAPI: Difference between revisions

Line 69: Line 69:
   // When something else causes this stream to be blocked,
   // When something else causes this stream to be blocked,
   // we block the output of the media element.
   // we block the output of the media element.
   readonly attribute stream;
   readonly attribute Stream stream;
   
   
   // Returns the same stream as 'stream', but also sets the captureAudio attribute.
   // Returns the same stream as 'stream', but also sets the captureAudio attribute.
1,295

edits