Package org.loboevolution.events
Interface BlobEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
BlobEventImpl
The BlobEvent interface represents events associated with a Blob. These blobs are typically, but not necessarily, associated with media content.
- See Also:
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
The BlobEvent.data read-only property represents a Blob associated with the event.The timecode readonlyinline property of the BlobEvent interface 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.Methods inherited from interface org.loboevolution.events.Event
getBubbles, getCancelable, getComposed, getComposedPath, getCurrentTarget, getDefaultPrevented, getEventPhase, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getTarget, getTimeStamp, getTrusted, getType, initEvent, initEvent, initEvent, preventDefault
-
Method Details
-
getData
Blob getData()The BlobEvent.data read-only property represents a Blob associated with the event.- See Also:
-
getTimecode
Double getTimecode()The timecode readonlyinline property of the BlobEvent interface 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.- See Also:
-