Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. BlobEvent

BlobEvent

Baseline Widely available *

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨September 2020⁩.

* Some parts of this feature may have varying levels of support.

TheBlobEvent interface of theMediaStream Recording API represents events associated with aBlob. These blobs are typically, but not necessarily, associated with media content.

Event BlobEvent

Constructor

BlobEvent()

Creates aBlobEvent event with the given parameters.

Instance properties

Inherits properties from its parentEvent.

BlobEvent.dataRead only

ABlob representing the data associated with the event. The event was fired on theEventTarget because of something happening on that specificBlob.

BlobEvent.timecodeRead only

ADOMHighResTimeStamp 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.

Instance methods

No specific method; inherits methods from its parentEvent.

Specifications

Specification
MediaStream Recording
# blobevent-section

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp