Pyrogenesis  trunk
Public Member Functions | Protected Member Functions | List of all members
CStreamItem Class Reference

#include <CStreamItem.h>

Inheritance diagram for CStreamItem:
Inheritance graph
[legend]
Collaboration diagram for CStreamItem:
Collaboration graph
[legend]

Public Member Functions

 CStreamItem (CSoundData *sndData)
 
virtual ~CStreamItem ()
 
virtual void SetLooping (bool loops)
 
virtual bool IdleTask ()
 
virtual void Attach (CSoundData *itemData)
 
- Public Member Functions inherited from CSoundBase
 CSoundBase ()
 
virtual ~CSoundBase ()
 
bool InitOpenAL ()
 
void ResetVars ()
 
void EnsurePlay ()
 
void SetGain (ALfloat gain)
 
void SetRollOff (ALfloat gain)
 
void SetPitch (ALfloat pitch)
 
void SetDirection (const CVector3D &direction)
 
void SetCone (ALfloat innerCone, ALfloat outerCone, ALfloat coneGain)
 
void SetLastPlay (bool last)
 
void ReleaseOpenAL ()
 
bool IsFading ()
 
bool Finished ()
 
void Play ()
 
void PlayAndDelete ()
 
void PlayLoop ()
 
void Stop ()
 
void StopAndDelete ()
 
void FadeToIn (ALfloat newVolume, double fadeDuration)
 
bool GetLooping ()
 
bool IsPlaying ()
 
void SetLocation (const CVector3D &position)
 
void FadeAndDelete (double fadeTime)
 
void FadeAndPause (double fadeTime)
 
void Pause ()
 
void Resume ()
 
const Path GetName ()
 
- Public Member Functions inherited from ISoundItem
virtual ~ISoundItem ()
 
virtual void FadeToIn (float newVolume, double fadeDuration)=0
 
virtual void SetCone (float innerCone, float outerCone, float coneGain)=0
 
virtual void SetPitch (float pitch)=0
 
virtual void SetGain (float gain)=0
 
virtual void SetRollOff (float gain)=0
 

Protected Member Functions

void ReleaseOpenALStream ()
 
- Protected Member Functions inherited from CSoundBase
void SetNameFromPath (VfsPath &itemPath)
 
void ResetFade ()
 
bool HandleFade ()
 

Additional Inherited Members

- Protected Attributes inherited from CSoundBase
ALuint m_ALSource
 
CSoundDatam_SoundData
 
bool m_LastPlay
 
bool m_Looping
 
bool m_ShouldBePlaying
 
bool m_PauseAfterFade
 
bool m_IsPaused
 
double m_StartFadeTime
 
double m_EndFadeTime
 
ALfloat m_StartVolume
 
ALfloat m_EndVolume
 
CMutex m_ItemMutex
 

Constructor & Destructor Documentation

CStreamItem::CStreamItem ( CSoundData sndData)
CStreamItem::~CStreamItem ( )
virtual

Member Function Documentation

void CStreamItem::Attach ( CSoundData itemData)
virtual

Reimplemented from CSoundBase.

bool CStreamItem::IdleTask ( )
virtual

Reimplemented from CSoundBase.

void CStreamItem::ReleaseOpenALStream ( )
protected
void CStreamItem::SetLooping ( bool  loops)
virtual

Reimplemented from CSoundBase.


The documentation for this class was generated from the following files: