|
virtual | ~AnalyserNode () |
|
unsigned | fftSize () const |
|
ExceptionOr< void > | setFftSize (unsigned) |
|
unsigned | frequencyBinCount () const |
|
ExceptionOr< void > | setMinDecibels (double) |
|
double | minDecibels () const |
|
ExceptionOr< void > | setMaxDecibels (double) |
|
double | maxDecibels () const |
|
ExceptionOr< void > | setSmoothingTimeConstant (double) |
|
double | smoothingTimeConstant () const |
|
void | getFloatFrequencyData (const RefPtr< JSC::Float32Array > &array) |
|
void | getByteFrequencyData (const RefPtr< JSC::Uint8Array > &array) |
|
void | getByteTimeDomainData (const RefPtr< JSC::Uint8Array > &array) |
|
| AudioBasicInspectorNode (AudioContext &, float sampleRate, unsigned outputChannelCount) |
|
| AudioNode (AudioContext &, float sampleRate) |
|
virtual | ~AudioNode () |
|
AudioContext & | context () |
|
const AudioContext & | context () const |
|
NodeType | nodeType () const |
|
void | setNodeType (NodeType) |
|
void | ref (RefType refType=RefTypeNormal) |
|
void | deref (RefType refType=RefTypeNormal) |
|
void | finishDeref (RefType refType) |
|
virtual void | initialize () |
|
virtual void | uninitialize () |
|
bool | isInitialized () const |
|
void | lazyInitialize () |
|
unsigned | numberOfInputs () const |
|
unsigned | numberOfOutputs () const |
|
AudioNodeInput * | input (unsigned) |
|
AudioNodeOutput * | output (unsigned) |
|
ExceptionOr< void > | connect (AudioParam &, unsigned outputIndex) |
|
virtual float | sampleRate () const |
|
void | processIfNecessary (size_t framesToProcess) |
|
bool | isMarkedForDeletion () const |
|
virtual bool | propagatesSilence () const |
|
bool | inputsAreSilent () |
|
void | silenceOutputs () |
|
void | unsilenceOutputs () |
|
void | enableOutputsIfNecessary () |
|
void | disableOutputsIfNecessary () |
|
unsigned | channelCount () |
|
virtual ExceptionOr< void > | setChannelCount (unsigned) |
|
String | channelCountMode () |
|
ExceptionOr< void > | setChannelCountMode (const String &) |
|
String | channelInterpretation () |
|
ExceptionOr< void > | setChannelInterpretation (const String &) |
|
ChannelCountMode | internalChannelCountMode () const |
|
AudioBus::ChannelInterpretation | internalChannelInterpretation () const |
|
EventTargetInterface | eventTargetInterface () const override |
|
ScriptExecutionContext * | scriptExecutionContext () const final |
|
void | ref () |
|
void | deref () |
|
virtual Node * | toNode () |
|
virtual DOMWindow * | toDOMWindow () |
|
virtual bool | isMessagePort () const |
|
WEBCORE_EXPORT void | addEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, AddEventListenerOptionsOrBoolean &&) |
|
WEBCORE_EXPORT void | removeEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, ListenerOptionsOrBoolean &&) |
|
WEBCORE_EXPORT ExceptionOr< bool > | dispatchEventForBindings (Event &) |
|
virtual bool | addEventListener (const AtomicString &eventType, Ref< EventListener > &&, const AddEventListenerOptions &={ }) |
|
virtual bool | removeEventListener (const AtomicString &eventType, EventListener &, const ListenerOptions &) |
|
virtual void | removeAllEventListeners () |
|
virtual bool | dispatchEvent (Event &) |
|
virtual void | uncaughtExceptionInEventHandler () |
|
bool | setAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&) |
|
EventListener * | attributeEventListener (const AtomicString &eventType) |
|
bool | hasEventListeners () const |
|
bool | hasEventListeners (const AtomicString &eventType) const |
|
bool | hasCapturingEventListeners (const AtomicString &eventType) |
|
bool | hasActiveEventListeners (const AtomicString &eventType) const |
|
const EventListenerVector & | eventListeners (const AtomicString &eventType) |
|
bool | fireEventListeners (Event &) |
|
bool | isFiringEventListeners () const |
|
void | visitJSEventListeners (JSC::SlotVisitor &) |
|
void | invalidateJSEventListeners (JSC::JSObject *) |
|
void | ref () |
|
void | deref () |
|
virtual Node * | toNode () |
|
virtual DOMWindow * | toDOMWindow () |
|
virtual bool | isMessagePort () const |
|
WEBCORE_EXPORT void | addEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, AddEventListenerOptionsOrBoolean &&) |
|
WEBCORE_EXPORT void | removeEventListenerForBindings (const AtomicString &eventType, RefPtr< EventListener > &&, ListenerOptionsOrBoolean &&) |
|
WEBCORE_EXPORT ExceptionOr< bool > | dispatchEventForBindings (Event &) |
|
virtual bool | addEventListener (const AtomicString &eventType, Ref< EventListener > &&, const AddEventListenerOptions &={ }) |
|
virtual bool | removeEventListener (const AtomicString &eventType, EventListener &, const ListenerOptions &) |
|
virtual void | removeAllEventListeners () |
|
virtual bool | dispatchEvent (Event &) |
|
virtual void | uncaughtExceptionInEventHandler () |
|
bool | setAttributeEventListener (const AtomicString &eventType, RefPtr< EventListener > &&) |
|
EventListener * | attributeEventListener (const AtomicString &eventType) |
|
bool | hasEventListeners () const |
|
bool | hasEventListeners (const AtomicString &eventType) const |
|
bool | hasCapturingEventListeners (const AtomicString &eventType) |
|
bool | hasActiveEventListeners (const AtomicString &eventType) const |
|
const EventListenerVector & | eventListeners (const AtomicString &eventType) |
|
bool | fireEventListeners (Event &) |
|
bool | isFiringEventListeners () const |
|
void | visitJSEventListeners (JSC::SlotVisitor &) |
|
void | invalidateJSEventListeners (JSC::JSObject *) |
|
JSDOMObject * | wrapper () const |
|
void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
|
void | clearWrapper (JSDOMObject *) |
|
JSDOMObject * | wrapper () const |
|
void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
|
void | clearWrapper (JSDOMObject *) |
|