|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"AnalyserNode.idl";
Public Member Functions | |
| void | getFloatFrequencyData (Float32Array? array) |
| void | getByteFrequencyData (Uint8Array? array) |
| void | getByteTimeDomainData (Uint8Array? array) |
Public Member Functions inherited from AudioNode | |
| void | connect (AudioNode destination, optional unsigned long output=0, optional unsigned long input=0) |
| void | connect (AudioParam destination, optional unsigned long output=0) |
| void | disconnect (optional unsigned long output=0) |
Public Member Functions inherited from EventTarget | |
| void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
| void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
| boolean | dispatchEvent (Event event) |
Public Attributes | |
| attribute unsigned long | fftSize |
| readonly attribute unsigned long | frequencyBinCount |
| attribute unrestricted double | minDecibels |
| attribute unrestricted double | maxDecibels |
| attribute unrestricted double | smoothingTimeConstant |
Public Attributes inherited from AudioNode | |
| readonly attribute AudioContext | context |
| readonly attribute unsigned long | numberOfInputs |
| readonly attribute unsigned long | numberOfOutputs |
| attribute unsigned long | channelCount |
| attribute DOMString | channelCountMode |
| attribute DOMString | channelInterpretation |
| void AnalyserNode::getByteFrequencyData | ( | Uint8Array? | array | ) |
| void AnalyserNode::getByteTimeDomainData | ( | Uint8Array? | array | ) |
| void AnalyserNode::getFloatFrequencyData | ( | Float32Array? | array | ) |
| attribute unsigned long AnalyserNode::fftSize |
| attribute unrestricted double AnalyserNode::maxDecibels |
| attribute unrestricted double AnalyserNode::minDecibels |
| attribute unrestricted double AnalyserNode::smoothingTimeConstant |
1.8.13