Blender V2.61 - r43446
Public Member Functions

AUD_SuperposeFactory Class Reference

#include <AUD_SuperposeFactory.h>

Inheritance diagram for AUD_SuperposeFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AUD_SuperposeFactory (AUD_Reference< AUD_IFactory > factory1, AUD_Reference< AUD_IFactory > factory2)
virtual AUD_Reference
< AUD_IReader
createReader ()

Detailed Description

This factory mixes two other factories, playing them the same time.

Note:
Readers from the underlying factories must have the same sample rate and channel count.

Definition at line 40 of file AUD_SuperposeFactory.h.


Constructor & Destructor Documentation

AUD_SuperposeFactory::AUD_SuperposeFactory ( AUD_Reference< AUD_IFactory factory1,
AUD_Reference< AUD_IFactory factory2 
)

Creates a new superpose factory.

Parameters:
factory1The first input factory.
factory2The second input factory.

Definition at line 33 of file AUD_SuperposeFactory.cpp.


Member Function Documentation

AUD_Reference< AUD_IReader > AUD_SuperposeFactory::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_SuperposeFactory.cpp.


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