|
virtual | ~DefaultAudioDestinationNode () |
|
| AudioDestinationNode (AudioContext &, float sampleRate) |
|
virtual | ~AudioDestinationNode () |
|
void | process (size_t) override |
|
void | reset () override |
|
void | render (AudioBus *sourceBus, AudioBus *destinationBus, size_t numberOfFrames) override |
|
size_t | currentSampleFrame () const |
|
double | currentTime () const |
|
void | isPlayingDidChange () override |
|
bool | isPlayingAudio () const |
|
void | setMuted (bool muted) |
|
| 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) |
|
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 |
|
virtual bool | propagatesSilence () const |
|
bool | inputsAreSilent () |
|
void | silenceOutputs () |
|
void | unsilenceOutputs () |
|
void | enableOutputsIfNecessary () |
|
void | disableOutputsIfNecessary () |
|
unsigned | channelCount () |
|
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 *) |
|
virtual | ~AudioIOCallback () |
|