过时
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
trackDefaults
特性为
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
.
var myTrackDefaults = sourceBuffer.trackDefaults; sourceBuffer.trackDefaults = myTrackDefaultList;
A
TrackDefaultList
对象。
The following exceptions may be thrown when setting a new value for this property.
| 异常 | 解释 |
|---|---|
InvalidStateError
|
One or more of the
SourceBuffer
对象在
MediaSource.sourceBuffers
are being updated (i.e. their
SourceBuffer.updating
property is currently
true
), or this
SourceBuffer
has been removed from the
MediaSource
.
|
TBD
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
trackDefaults
弃用
非标
|
Chrome ? | Edge ? | Firefox 不支持 No | IE ? | Opera ? | Safari ? | WebView Android ? | Chrome Android ? | Firefox Android 不支持 No | Opera Android ? | Safari iOS 不支持 No | Samsung Internet Android ? |
不支持
兼容性未知
非标。预期跨浏览器支持较差。
弃用。不要用于新网站。
SourceBuffer