webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <AudioNodeInput.h>
Public Member Functions | |
AudioNodeInput (AudioNode *) | |
bool | canUpdateState () override |
void | didUpdate () override |
AudioNode * | node () const |
void | connect (AudioNodeOutput *) |
void | disconnect (AudioNodeOutput *) |
void | enable (AudioNodeOutput *) |
void | disable (AudioNodeOutput *) |
AudioBus * | pull (AudioBus *inPlaceBus, size_t framesToProcess) |
AudioBus * | bus () |
void | updateInternalBus () |
unsigned | numberOfChannels () const |
Public Member Functions inherited from WebCore::AudioSummingJunction | |
AudioSummingJunction (AudioContext &) | |
virtual | ~AudioSummingJunction () |
AudioContext & | context () |
void | changedOutputs () |
void | updateRenderingState () |
unsigned | numberOfRenderingConnections () const |
AudioNodeOutput * | renderingOutput (unsigned i) |
const AudioNodeOutput * | renderingOutput (unsigned i) const |
bool | isConnected () const |
Additional Inherited Members | |
Protected Member Functions inherited from WebCore::AudioSummingJunction | |
unsigned | numberOfConnections () const |
Protected Attributes inherited from WebCore::AudioSummingJunction | |
Ref< AudioContext > | m_context |
HashSet< AudioNodeOutput * > | m_outputs |
Vector< AudioNodeOutput * > | m_renderingOutputs |
bool | m_renderingStateNeedUpdating |
|
explicit |
AudioBus* WebCore::AudioNodeInput::bus | ( | ) |
|
inlineoverridevirtual |
Implements WebCore::AudioSummingJunction.
void WebCore::AudioNodeInput::connect | ( | AudioNodeOutput * | ) |
|
overridevirtual |
Implements WebCore::AudioSummingJunction.
void WebCore::AudioNodeInput::disable | ( | AudioNodeOutput * | ) |
void WebCore::AudioNodeInput::disconnect | ( | AudioNodeOutput * | ) |
void WebCore::AudioNodeInput::enable | ( | AudioNodeOutput * | ) |
|
inline |
unsigned WebCore::AudioNodeInput::numberOfChannels | ( | ) | const |
void WebCore::AudioNodeInput::updateInternalBus | ( | ) |