CInputInterface
.
More...
#include <RtAudioModule.h>
Inherits fsf::CCell.
Public Member Functions | |
CCloseInputStream () | |
Default constructor. | |
virtual void | getTypeID (std::string &str) const |
Gets thsi cell's factory mapping key. | |
virtual void | process (fsf::CPassiveHandle *pPassiveHandle, fsf::CActiveHandle *pActiveHandle, fsf::CActivePulse *pActivePulse) |
Custom processing function: calls close for the input interface on the passive pulse. |
CInputInterface
. CCloseInputStream::CCloseInputStream | ( | ) |
Default constructor.
virtual void rtaudiom::CCloseInputStream::getTypeID | ( | std::string & | str | ) | const [inline, virtual] |
void CCloseInputStream::process | ( | fsf::CPassiveHandle * | pPassiveHandle, | |
fsf::CActiveHandle * | pActiveHandle, | |||
fsf::CActivePulse * | pActivePulse | |||
) | [virtual] |
Custom processing function: calls close
for the input interface on the passive pulse.
Reimplemented from fsf::CCell.