appendStream method
Appends the media segment data from the specified stream to the SourceBuffer.
Important This property is not supported in Internet Explorer 11 on Windows 7.
![]() |
Syntax
SourceBuffer.appendStream(stream, maxSize);Parameters
- stream [in]
-
Type: MSStream
The media segment data.
- maxSize [in, optional]
-
Type: unsigned long long
The maximum size of the
Return value
This method does not return a value.
See also
Show:
