|
virtual | ~OscillatorNode () |
|
Type | type () const |
|
ExceptionOr< void > | setType (Type) |
|
AudioParam * | frequency () |
|
AudioParam * | detune () |
|
void | setPeriodicWave (PeriodicWave *) |
|
| AudioScheduledSourceNode (AudioContext &, float sampleRate) |
|
ExceptionOr< void > | start (double when) |
|
ExceptionOr< void > | stop (double when) |
|
unsigned short | playbackState () const |
|
bool | isPlayingOrScheduled () const |
|
bool | hasFinished () const |
|
| 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) |
|
virtual ExceptionOr< void > | connect (AudioNode &, unsigned outputIndex, unsigned inputIndex) |
|
ExceptionOr< void > | connect (AudioParam &, unsigned outputIndex) |
|
virtual ExceptionOr< void > | disconnect (unsigned outputIndex) |
|
virtual float | sampleRate () const |
|
void | processIfNecessary (size_t framesToProcess) |
|
virtual void | checkNumberOfChannelsForInput (AudioNodeInput *) |
|
bool | isMarkedForDeletion () 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 | 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 | 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 *) |
|