[Webkit-unassigned] [Bug 45206] Add AudioProcessor.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 7 13:26:05 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45206
--- Comment #5 from Chris Rogers <crogers at google.com> 2010-09-07 13:26:05 PST ---
The reason I have explicit initialize() and uninitialize() methods is to follow the pattern used in Apple's AudioUnit plugin architecture where there is an explicit AudioUnitInitialize() and AudioUnitUninitialize(). Because audio processing objects can allocate significant resources, it is useful to be able to be able to have access to an object without it being in a fully initialized state. There are useful things which can be done with these objects without them being fully initialized.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list