[OgreKit Lua]

Public Member Functions | Friends | List of all members
gsSource Class Reference

Public Member Functions

 gsSource (gkSource *source)
 
 ~gsSource ()
 
void play ()
 
bool isPlaying ()
 
void pause ()
 
bool isPaused ()
 
void stop ()
 
float getPitch ()
 
void setPitch (float pitch)
 
float changePitch (float delta)
 
float getVolume ()
 
void setVolume (float volume)
 
float changeVolume (float delta)
 
void destroy ()
 
void recreate ()
 
gkSoundProperties & _getProperties ()
 
void _updateProperties ()
 

Friends

class gsSoundManager
 

Constructor & Destructor Documentation

gsSource::gsSource ( gkSource *  source)
gsSource::~gsSource ( )

Member Function Documentation

gkSoundProperties& gsSource::_getProperties ( )
void gsSource::_updateProperties ( )
float gsSource::changePitch ( float  delta)
float gsSource::changeVolume ( float  delta)
void gsSource::destroy ( )
float gsSource::getPitch ( )
float gsSource::getVolume ( )
bool gsSource::isPaused ( )
bool gsSource::isPlaying ( )
void gsSource::pause ( )
void gsSource::play ( )
void gsSource::recreate ( )
void gsSource::setPitch ( float  pitch)
void gsSource::setVolume ( float  volume)
void gsSource::stop ( )

Friends And Related Function Documentation

friend class gsSoundManager
friend