Blender V2.61 - r43446
Public Member Functions

AUD_SumFactory Class Reference

#include <AUD_SumFactory.h>

Inheritance diagram for AUD_SumFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AUD_SumFactory (AUD_Reference< AUD_IFactory > factory)
virtual AUD_Reference
< AUD_IReader
createReader ()

Detailed Description

This factory creates a sum reader.

Definition at line 38 of file AUD_SumFactory.h.


Constructor & Destructor Documentation

AUD_SumFactory::AUD_SumFactory ( AUD_Reference< AUD_IFactory factory)

Creates a new sum factory.

Parameters:
factoryThe input factory.

Definition at line 33 of file AUD_SumFactory.cpp.


Member Function Documentation

AUD_Reference< AUD_IReader > AUD_SumFactory::createReader ( ) [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 38 of file AUD_SumFactory.cpp.

References AUD_EffectFactory::getReader().


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