VideoAdaptorChain Class Reference
<class description="" goes="" here=""> <short description=""> More...
#include <VideoAdaptorChain.hpp>
Inheritance diagram for VideoAdaptorChain:
Public Member Functions | |
VideoAdaptorChain () | |
Constructor. | |
virtual | ~VideoAdaptorChain () |
Destructor. | |
virtual Adaptor * | clone () |
Create a shallow copy of the Adaptor. | |
virtual void | setESInfo (ESInfo *esi) |
Sets a reference to an ESInfo object. | |
virtual ESInfo * | getESInfo () |
Protected Attributes | |
VideoESInfo * | es |
Detailed Description
<class description="" goes="" here=""> <short description="">
- Author:
- Michael Kropfberger and Peter Schojer
- Version:
- Id
- VideoAdaptorChain.hpp,v 1.5 2005/06/19 14:47:23 mkropfbe Exp
Definition at line 61 of file VideoAdaptorChain.hpp.
Constructor & Destructor Documentation
|
Constructor. Definition at line 46 of file VideoAdaptorChain.cpp. Referenced by clone().
|
|
Destructor. Definition at line 52 of file VideoAdaptorChain.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.
Reimplemented in ColorReductionAdaptor, QualityReductionAdaptor, and SpatialReductionAdaptor. Definition at line 75 of file VideoAdaptorChain.cpp. References AdaptorChain::addAdaptor(), and VideoAdaptorChain().
|
|
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 57 of file VideoAdaptorChain.cpp.
|
The documentation for this class was generated from the following files: