BlobEvent - Web APIs 编辑
The BlobEvent
interface represents events associated with a Blob
. These blobs are typically, but not necessarily, associated with media content.
Constructor
BlobEvent()
- Creates a
BlobEvent
event with the given parameters.
Properties
Inherits properties from its parent Event
.
BlobEvent.data
Read only- A
Blob
representing the data associated with the event. The event was fired on theEventTarget
because of something happening on that specificBlob
. BlobEvent.timecode
Read only- A
DOMHighResTimeStamp
indicating the difference between the timestamp of the first chunk in data and the timestamp of the first chunk in the first BlobEvent produced by this recorder. Note that the timecode in the first produced BlobEvent does not need to be zero.
Methods
No specific method; inherits methods from its parent Event
.
Specifications
Specification | Status | Comment |
---|---|---|
MediaStream Recording The definition of 'BlobEvent' in that specification. | Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser
See also
- The
Event
base interface. - MediaStream Recording API: Sends
BlobEvent
objects each time a chunk of media is ready. - Using the MediaStream Recording API
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论