Changeset 70602 in webkit


Ignore:
Timestamp:
Oct 26, 2010 7:31:35 PM (14 years ago)
Author:
crogers@google.com
Message:

2010-10-26 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Add AudioNodeOutput files
https://bugs.webkit.org/show_bug.cgi?id=45581

No new tests since audio API is not yet implemented.

  • webaudio/AudioNodeOutput.cpp: Added. (WebCore::AudioNodeOutput::AudioNodeOutput): (WebCore::AudioNodeOutput::setNumberOfChannels): (WebCore::AudioNodeOutput::setInternalBus): (WebCore::AudioNodeOutput::updateRenderingState): (WebCore::AudioNodeOutput::updateNumberOfChannels): (WebCore::AudioNodeOutput::propagateChannelCount): (WebCore::AudioNodeOutput::pull): (WebCore::AudioNodeOutput::bus): (WebCore::AudioNodeOutput::renderingFanOutCount): (WebCore::AudioNodeOutput::fanOutCount): (WebCore::AudioNodeOutput::addInput): (WebCore::AudioNodeOutput::removeInput): (WebCore::AudioNodeOutput::disconnectAllInputs): (WebCore::AudioNodeOutput::disable): (WebCore::AudioNodeOutput::enable):
  • webaudio/AudioNodeOutput.h: Added. (WebCore::AudioNodeOutput::node): (WebCore::AudioNodeOutput::context): (WebCore::AudioNodeOutput::numberOfChannels): (WebCore::AudioNodeOutput::isChannelCountKnown):
Location:
trunk/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r70599 r70602  
     12010-10-26  Chris Rogers  <crogers@google.com>
     2
     3        Reviewed by Kenneth Russell.
     4
     5        Add AudioNodeOutput files
     6        https://bugs.webkit.org/show_bug.cgi?id=45581
     7
     8        No new tests since audio API is not yet implemented.
     9
     10        * webaudio/AudioNodeOutput.cpp: Added.
     11        (WebCore::AudioNodeOutput::AudioNodeOutput):
     12        (WebCore::AudioNodeOutput::setNumberOfChannels):
     13        (WebCore::AudioNodeOutput::setInternalBus):
     14        (WebCore::AudioNodeOutput::updateRenderingState):
     15        (WebCore::AudioNodeOutput::updateNumberOfChannels):
     16        (WebCore::AudioNodeOutput::propagateChannelCount):
     17        (WebCore::AudioNodeOutput::pull):
     18        (WebCore::AudioNodeOutput::bus):
     19        (WebCore::AudioNodeOutput::renderingFanOutCount):
     20        (WebCore::AudioNodeOutput::fanOutCount):
     21        (WebCore::AudioNodeOutput::addInput):
     22        (WebCore::AudioNodeOutput::removeInput):
     23        (WebCore::AudioNodeOutput::disconnectAllInputs):
     24        (WebCore::AudioNodeOutput::disable):
     25        (WebCore::AudioNodeOutput::enable):
     26        * webaudio/AudioNodeOutput.h: Added.
     27        (WebCore::AudioNodeOutput::node):
     28        (WebCore::AudioNodeOutput::context):
     29        (WebCore::AudioNodeOutput::numberOfChannels):
     30        (WebCore::AudioNodeOutput::isChannelCountKnown):
     31
    1322010-10-26  Chris Rogers  <crogers@google.com>
    233
Note: See TracChangeset for help on using the changeset viewer.