1,295
edits
Line 97: | Line 97: | ||
// blocked, its data are replaced with silence. | // blocked, its data are replaced with silence. | ||
attribute boolean live; | attribute boolean live; | ||
// When set, the stream is blocked while it is not an input to any StreamProcessor. | |||
attribute boolean waitForUse; | |||
// When the stream enters the "ended" state, an HTML task is queued to run this callback. | |||
attribute Function onended; | |||
// Create a new StreamProcessor with this Stream as the input. | // Create a new StreamProcessor with this Stream as the input. |
edits