Blender V2.61 - r43446
|
#include <AUD_LinearResampleFactory.h>
Public Member Functions | |
AUD_LinearResampleFactory (AUD_Reference< AUD_IFactory > factory, AUD_DeviceSpecs specs) | |
virtual AUD_Reference < AUD_IReader > | createReader () |
This factory creates a resampling reader that does simple linear resampling.
Definition at line 38 of file AUD_LinearResampleFactory.h.
AUD_LinearResampleFactory::AUD_LinearResampleFactory | ( | AUD_Reference< AUD_IFactory > | factory, |
AUD_DeviceSpecs | specs | ||
) |
Creates a new factory.
factory | The input factory. |
specs | The target specifications. |
Definition at line 33 of file AUD_LinearResampleFactory.cpp.
AUD_Reference< AUD_IReader > AUD_LinearResampleFactory::createReader | ( | ) | [virtual] |
Creates a reader for playback of the sound source.
AUD_Exception | An exception may be thrown if there has been a more unexpected error during reader creation. |
Implements AUD_IFactory.
Definition at line 39 of file AUD_LinearResampleFactory.cpp.
References AUD_MixerFactory::getReader(), AUD_MixerFactory::m_specs, and AUD_DeviceSpecs::specs.