Results 61 - 80 of 82

SourceBuffer.textTracks

The textTracks read-only property of the SourceBuffer interface returns a list of the text tracks currently contained inside the SourceBuffer.
API Experimental Media Source Extensions MSE Property Reference SourceBuffer textTracks Video

SourceBuffer.timestampOffset

The timestampOffset property of the SourceBuffer interface controls the offset applied to timestamps inside media segments that are appended to the SourceBuffer.
API Audio Experimental Media Source Extensions MSE Property Reference SourceBuffer timestampOffset Video

SourceBuffer.trackDefaults

The trackDefaults property of the SourceBuffer interface specifies the default values to use if kind, label, and/or language information is not available in the initialization segment of the media to be appended to the SourceBuffer.
API Audio Experimental Media Source Extensions MSE Property Reference SourceBuffer trackDefaults Video

SourceBuffer.updating

The updating read-only property of the SourceBuffer interface indicates whether the SourceBuffer is currently being updated — i.e. whether an SourceBuffer.appendBuffer()SourceBuffer.appendStream(), or SourceBuffer.remove() operation is currently in progress.
API Audio Experimental Media Source Extensions MSE Property Reference SourceBuffer Updating Video

SourceBuffer.videoTracks

The videoTracks read-only property of the SourceBuffer interface returns a list of the video tracks currently contained inside the SourceBuffer.
API Experimental Media Source Extensions MSE Property Reference SourceBuffer Video videoTracks

SourceBufferList.length

The length read-only property of the SourceBufferList interface returns the number of SourceBuffer objects in the list.
API Audio length Media Source Extensions MSE Property Reference SourceBufferList Video

SourceBufferList.SourceBuffer()

The SourceBuffer() getter method of the SourceBufferList interface allows the SourceBuffer objects in the list to be accessed with an array operator (i.e. [].)
API Audio Experimental Getter Media Source Extensions Method MSE Reference SourceBuffer SourceBufferList Video

TrackDefault.byteStreamTrackID

The byteStreamTrackID read-only property of the TrackDefault interface returns the ID of the specific track that the SourceBuffer should apply to.
API Audio byteStreamTrackID Experimental Media Source Extensions MSE Property Reference TrackDefault Video

TrackDefault.kinds

The kinds read-only property of the TrackDefault interface returns default kinds for an associated SourceBuffer to use when an initialization segment does not contain label information for a new track.
API Audio Experimental kinds Media Source Extensions MSE Property Reference TrackDefault Video

TrackDefault.label

The label read-only property of the TrackDefault interface returns the default label for an associated SourceBuffer to use when an initialization segment does not contain label information for a new track.
API Audio Experimental label Media Source Extensions MSE Property Reference TrackDefault Video

TrackDefault.language

The language read-only property of the TrackDefault interface returns a default language for an associated SourceBuffer to use when an initialization segment does not contain language information for a new track.
API Audio Experimental Language Media Source Extensions MSE Property Reference TrackDefault Video

TrackDefault.TrackDefault()

The TrackDefault() constructor of the TrackDefault interface constructs and returns a new TrackDefault object.
API Audio Constructor Experimental Media Source Extensions MSE Reference TrackDefault Video

TrackDefault.type

The type read-only property of the TrackDefault interface returns the type of track that this SourceBuffer's media segment data relates to (i.e. audio, video, or text track.)
API Audio Experimental Media Source Extensions MSE Property Reference TrackDefault Type Video

TrackDefaultList.length

The length read-only property of the TrackDefaultList interface returns the number of TrackDefault objects in the list.
API Audio Experimental Extensions length Media MSE Property Reference Source source TrackDefaultList Video

TrackDefaultList.TrackDefault()

The TrackDefault() getter method of the TrackDefaultList interface allows the TrackDefault objects in the list to be accessed with an array operator (i.e. [].)
API Audio Extensions Getter Media Method MSE Reference source Source Video

TrackDefaultList.TrackDefaultList()

The TrackDefaultList() constructor of the TrackDefaultList interface constructs and returns a new TrackDefaultList object.
API Audio Constructor Experimental Extensions Media MSE Reference Source source TrackDefaultList Video