Blender  V2.59
Public Member Functions
AUD_SilenceFactory Class Reference

#include <AUD_SilenceFactory.h>

Inheritance diagram for AUD_SilenceFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AUD_SilenceFactory ()
virtual AUD_IReadercreateReader () const

Detailed Description

This factory creates a reader that plays a sine tone.

Definition at line 40 of file AUD_SilenceFactory.h.


Constructor & Destructor Documentation

AUD_SilenceFactory::AUD_SilenceFactory ( )

Creates a new silence factory.

Definition at line 36 of file AUD_SilenceFactory.cpp.


Member Function Documentation

AUD_IReader * AUD_SilenceFactory::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 40 of file AUD_SilenceFactory.cpp.


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