Blender  V2.59
Public Member Functions
AUD_IFactory Class Reference

#include <AUD_IFactory.h>

Inheritance diagram for AUD_IFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~AUD_IFactory ()
virtual AUD_IReadercreateReader () const =0

Detailed Description

This class represents a type of sound source and saves the necessary values for it. It is able to create a reader that is actually usable for playback of the respective sound source through the factory method createReader.

Definition at line 43 of file AUD_IFactory.h.


Constructor & Destructor Documentation

virtual AUD_IFactory::~AUD_IFactory ( ) [inline, virtual]

Destroys the factory.

Definition at line 49 of file AUD_IFactory.h.


Member Function Documentation

virtual AUD_IReader* AUD_IFactory::createReader ( ) const [pure virtual]

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