SourceBuffer
The SourceBuffer
interface represents a chunk of media to be passed into an HTMLMediaElement and played, via a MediaSource object.
Properties
Link copied to clipboard
Link copied to clipboard
The appendWindowEnd
property of the timestamp range that can be used to filter what media data is appended to the SourceBuffer
.
Link copied to clipboard
The appendWindowStart
property of the timestamp range that can be used to filter what media data is appended to the SourceBuffer
.
Link copied to clipboard
The buffered
read-only property of the buffered in the SourceBuffer
as a normalized TimeRanges object.
Link copied to clipboard
Link copied to clipboard
The mode
property of the SourceBuffer interface controls whether media segments can be appended to the SourceBuffer
in any order, or in a strict sequence.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The timestampOffset
property of the media segments that are appended to the SourceBuffer
.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard