AudioAdaptorChain Class Reference
<class description="" goes="" here=""> <short description=""> More...
#include <AudioAdaptorChain.hpp>
Inheritance diagram for AudioAdaptorChain:
Public Member Functions | |
AudioAdaptorChain () | |
Constructor. | |
virtual | ~AudioAdaptorChain () |
Destructor. | |
virtual void | setESInfo (ESInfo *esi) |
Sets a reference to an ESInfo object. | |
virtual ESInfo * | getESInfo () |
virtual Adaptor * | clone () |
Create a shallow copy of the Adaptor. | |
Protected Attributes | |
AudioESInfo * | es |
Detailed Description
<class description="" goes="" here=""> <short description="">
- Author:
- Michael Kropfberger and Peter Schojer
- Version:
- Id
- AudioAdaptorChain.hpp,v 1.5 2005/06/19 14:47:22 mkropfbe Exp
Definition at line 60 of file AudioAdaptorChain.hpp.
Constructor & Destructor Documentation
|
Constructor. Definition at line 47 of file AudioAdaptorChain.cpp. Referenced by clone().
|
|
Destructor. Definition at line 53 of file AudioAdaptorChain.cpp.
|
Member Function Documentation
|
Create a shallow copy of the Adaptor. Creates an Adaptor with the same setup (without copying the current status).
Implements Adaptor. Definition at line 77 of file AudioAdaptorChain.cpp. References AdaptorChain::addAdaptor(), and AudioAdaptorChain().
|
|
Sets a reference to an ESInfo object. Adaptors are allowed to change ESInfo objects. If you don't want that, pass an es->clone(). NEVER delete this es in the destructor of your Adaptor! Reimplemented from Adaptor. Definition at line 59 of file AudioAdaptorChain.cpp.
|
The documentation for this class was generated from the following files: