MythTV  0.26-pre
Public Member Functions | Protected Attributes
MHAudio Class Reference

#include <Stream.h>

Inheritance diagram for MHAudio:
MHPresentable MHIngredient MHRoot

List of all members.

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

Detailed Description

Definition at line 54 of file Stream.h.


Constructor & Destructor Documentation

Definition at line 222 of file Stream.cpp.


Member Function Documentation

virtual const char* MHAudio::ClassName ( ) [inline, virtual]

Implements MHRoot.

Definition at line 58 of file Stream.h.

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.


Member Data Documentation

Definition at line 70 of file Stream.h.

Referenced by Activation(), BeginPlaying(), Initialise(), MHAudio(), and PrintMe().

Definition at line 71 of file Stream.h.

Referenced by Initialise(), MHAudio(), and PrintMe().

Definition at line 73 of file Stream.h.

Referenced by Activation(), BeginPlaying(), Deactivation(), MHAudio(), SetStreamRef(), and StopPlaying().

Definition at line 74 of file Stream.h.

Referenced by Activation(), BeginPlaying(), and SetStreamRef().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends