#include <Stream.h>

Definition at line 54 of file Stream.h.
Public Member Functions | |
| MHAudio () | |
| virtual const char * | ClassName () |
| virtual void | Initialise (MHParseNode *p, MHEngine *engine) |
| virtual void | PrintMe (FILE *fd, int nTabs) const |
| virtual void | Activation (MHEngine *engine) |
| virtual void | Deactivation (MHEngine *engine) |
| virtual void | SetStreamRef (const MHContentRef &) |
| virtual void | BeginPlaying (MHEngine *engine) |
| virtual void | StopPlaying (MHEngine *engine) |
Protected Attributes | |
| int | m_nComponentTag |
| int | m_nOriginalVol |
| bool | m_fStreamPlaying |
| MHContentRef | m_streamContentRef |
| MHAudio::MHAudio | ( | ) |
Definition at line 144 of file Stream.cpp.
| virtual const char* MHAudio::ClassName | ( | ) | [inline, virtual] |
| void MHAudio::Initialise | ( | MHParseNode * | p, | |
| MHEngine * | engine | |||
| ) | [virtual] |
Reimplemented from MHIngredient.
Definition at line 150 of file Stream.cpp.
Referenced by MHStream::Initialise().
| void MHAudio::PrintMe | ( | FILE * | fd, | |
| int | nTabs | |||
| ) | const [virtual] |
| void MHAudio::Activation | ( | MHEngine * | engine | ) | [virtual] |
| void MHAudio::Deactivation | ( | MHEngine * | engine | ) | [virtual] |
| void MHAudio::SetStreamRef | ( | const MHContentRef & | cr | ) | [virtual] |
| void MHAudio::BeginPlaying | ( | MHEngine * | engine | ) | [virtual] |
| void MHAudio::StopPlaying | ( | MHEngine * | engine | ) | [virtual] |
int MHAudio::m_nComponentTag [protected] |
Definition at line 70 of file Stream.h.
Referenced by Activation(), BeginPlaying(), Initialise(), and PrintMe().
int MHAudio::m_nOriginalVol [protected] |
bool MHAudio::m_fStreamPlaying [protected] |
Definition at line 73 of file Stream.h.
Referenced by Activation(), BeginPlaying(), Deactivation(), MHAudio(), and StopPlaying().
MHContentRef MHAudio::m_streamContentRef [protected] |
Definition at line 74 of file Stream.h.
Referenced by Activation(), BeginPlaying(), and SetStreamRef().
1.5.5