Blender  V2.59
Public Member Functions
AUD_AccumulatorFactory Class Reference

#include <AUD_AccumulatorFactory.h>

Inheritance diagram for AUD_AccumulatorFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AUD_AccumulatorFactory (AUD_IFactory *factory, bool additive=false)
virtual AUD_IReadercreateReader () const

Detailed Description

This factory creates an accumulator reader.

Definition at line 40 of file AUD_AccumulatorFactory.h.


Constructor & Destructor Documentation

AUD_AccumulatorFactory::AUD_AccumulatorFactory ( AUD_IFactory factory,
bool  additive = false 
)

Creates a new accumulator factory.

Parameters:
factoryThe input factory.
additiveWhether the accumulator is additive.

Definition at line 55 of file AUD_AccumulatorFactory.cpp.


Member Function Documentation

AUD_IReader * AUD_AccumulatorFactory::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 62 of file AUD_AccumulatorFactory.cpp.

References accumulatorFilter(), accumulatorFilterAdditive(), and AUD_EffectFactory::getReader().


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