|
MythTV
0.26-pre
|
#include <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 (MHEngine *, 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 222 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 229 of file Stream.cpp.
Referenced by MHStream::Initialise().
| void MHAudio::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const [virtual] |
Reimplemented from MHIngredient.
Definition at line 247 of file Stream.cpp.
| void MHAudio::Activation | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 266 of file Stream.cpp.
| void MHAudio::Deactivation | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 293 of file Stream.cpp.
| void MHAudio::SetStreamRef | ( | MHEngine * | engine, |
| const MHContentRef & | cr | ||
| ) | [virtual] |
Reimplemented from MHPresentable.
Definition at line 311 of file Stream.cpp.
| void MHAudio::BeginPlaying | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHPresentable.
Definition at line 321 of file Stream.cpp.
Referenced by SetStreamRef().
| void MHAudio::StopPlaying | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHPresentable.
Definition at line 339 of file Stream.cpp.
int MHAudio::m_nComponentTag [protected] |
Definition at line 70 of file Stream.h.
Referenced by Activation(), BeginPlaying(), Initialise(), MHAudio(), and PrintMe().
int MHAudio::m_nOriginalVol [protected] |
Definition at line 71 of file Stream.h.
Referenced by Initialise(), MHAudio(), and PrintMe().
bool MHAudio::m_fStreamPlaying [protected] |
Definition at line 73 of file Stream.h.
Referenced by Activation(), BeginPlaying(), Deactivation(), MHAudio(), SetStreamRef(), and StopPlaying().
MHContentRef MHAudio::m_streamContentRef [protected] |
Definition at line 74 of file Stream.h.
Referenced by Activation(), BeginPlaying(), and SetStreamRef().
1.7.6.1