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