1,295
edits
Line 67: | Line 67: | ||
// whatever the element is currently playing, after its | // whatever the element is currently playing, after its | ||
// volume and playbackrate are taken into account. | // volume and playbackrate are taken into account. | ||
// While the element is not playing (e.g. because it's paused | // While the element is not playing (e.g. because it's paused, | ||
// or buffering), the stream is blocked. This stream never | // seeking, or buffering), the stream is blocked. This stream never | ||
// ends; if the element ends playback, the stream just blocks | // ends; if the element ends playback, the stream just blocks | ||
// and can resume if the element starts playing again. | // and can resume if the element starts playing again. |
edits