Blender  V2.59
Public Member Functions
AUD_LinearResampleFactory Class Reference

#include <AUD_LinearResampleFactory.h>

Inheritance diagram for AUD_LinearResampleFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AUD_LinearResampleFactory (AUD_IFactory *factory, AUD_DeviceSpecs specs)
virtual AUD_IReadercreateReader () const

Detailed Description

This factory creates a resampling reader that does simple linear resampling.

Definition at line 40 of file AUD_LinearResampleFactory.h.


Constructor & Destructor Documentation

AUD_LinearResampleFactory::AUD_LinearResampleFactory ( AUD_IFactory factory,
AUD_DeviceSpecs  specs 
)

Definition at line 35 of file AUD_LinearResampleFactory.cpp.


Member Function Documentation

AUD_IReader * AUD_LinearResampleFactory::createReader ( ) const [virtual]

Creates a reader for playback of the sound source.

Returns:
A pointer to an AUD_IReader object or NULL if there has been an error.
Exceptions:
AUD_ExceptionAn exception may be thrown if there has been a more unexpected error during reader creation.

Implements AUD_IFactory.

Definition at line 41 of file AUD_LinearResampleFactory.cpp.

References AUD_MixerFactory::getReader(), AUD_IReader::getSpecs(), AUD_MixerFactory::m_specs, AUD_Specs::rate, AUD_DeviceSpecs::rate, and AUD_DeviceSpecs::specs.


The documentation for this class was generated from the following files: