The MozAudioAvailable
event is fired when the audio buffer is full and the corresponding raw samples are available.
General info
- Specification
- DOM L3
- Interface
- Event
- Bubbles
- No
- Cancelable
- No
- Target
- Element
- Default Action
- None.
Properties
Property | Type | Description |
---|---|---|
target Read only |
EventTarget |
The event target (the topmost target in the DOM tree). |
type Read only |
DOMString |
The type of event. |
bubbles Read only |
boolean |
Does the event normally bubble? |
cancelable Read only |
boolean |
Is it possible to cancel the event? |
frameBuffer Read only |
FrameBuffer (array) | The decoded audio sample data (i.e., floats). |
time Read only |
float | Timestamp for these samples measured from the start in seconds. |
See also
- This event is part of gecko's Audio API extension