CInputInterface
).
More...
#include <RtAudioModule.h>
Inherits fsf::CCell.
Public Member Functions | |
COpenInputStream () | |
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 open for the input interface on the passive pulse with the arguments provided on the active pulse. |
CInputInterface
). COpenInputStream::COpenInputStream | ( | ) |
Default constructor.
virtual void rtaudiom::COpenInputStream::getTypeID | ( | std::string & | str | ) | const [inline, virtual] |
void COpenInputStream::process | ( | fsf::CPassiveHandle * | pPassiveHandle, | |
fsf::CActiveHandle * | pActiveHandle, | |||
fsf::CActivePulse * | pActivePulse | |||
) | [virtual] |
Custom processing function: calls open
for the input interface on the passive pulse with the arguments provided on the active pulse.
Reimplemented from fsf::CCell.