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 | 
|---|---|---|
| targetRead only | EventTarget | The event target (the topmost target in the DOM tree). | 
| typeRead only | DOMString | The type of event. | 
| bubblesRead only | boolean | Does the event normally bubble? | 
| cancelableRead only | boolean | Is it possible to cancel the event? | 
| frameBufferRead only | FrameBuffer (array) | The decoded audio sample data (i.e., floats). | 
| timeRead only | float | Timestamp for these samples measured from the start in seconds. | 
See also
- This event is part of gecko's Audio API extension