Package fife :: Module fife :: Class SoundEmitter
[hide private]
[frames] | no frames]

Class SoundEmitter

source code

_object --+
          |
         SoundEmitter

Proxy of C++ FIFE::SoundEmitter class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(FIFE::SoundEmitter self, SoundManager manager, uint32_t uid) -> SoundEmitter
source code
 
getId(self)
getId(SoundEmitter self) -> uint32_t
source code
 
setSoundClip(self, *args)
setSoundClip(SoundEmitter self, SharedSoundClipPointer soundclip)
source code
 
getSoundClip(self)
getSoundClip(SoundEmitter self) -> SharedSoundClipPointer
source code
 
reset(self, defaultall=False)
reset(SoundEmitter self, bool defaultall=False) reset(SoundEmitter self)
source code
 
release(self)
release(SoundEmitter self)
source code
 
play(self)
play(SoundEmitter self)
source code
 
pause(self)
pause(SoundEmitter self)
source code
 
stop(self)
stop(SoundEmitter self)
source code
 
setLooping(self, *args)
setLooping(SoundEmitter self, bool loop)
source code
 
setRolloff(self, *args)
setRolloff(SoundEmitter self, float rolloff)
source code
 
setPositioning(self, *args)
setPositioning(SoundEmitter self, bool relative)
source code
 
setPosition(self, *args)
setPosition(SoundEmitter self, float x, float y, float z)
source code
 
setVelocity(self, *args)
setVelocity(SoundEmitter self, float x, float y, float z)
source code
 
setGain(self, *args)
setGain(SoundEmitter self, float gain)
source code
 
getGain(self)
getGain(SoundEmitter self) -> float
source code
 
isStereo(self)
isStereo(SoundEmitter self) -> bool
source code
 
getBitResolution(self)
getBitResolution(SoundEmitter self) -> int16_t
source code
 
getSampleRate(self)
getSampleRate(SoundEmitter self) -> uint64_t
source code
 
getDecodedLength(self)
getDecodedLength(SoundEmitter self) -> uint64_t
source code
 
getDuration(self)
getDuration(SoundEmitter self) -> uint64_t
source code
 
setCursor(self, *args)
setCursor(SoundEmitter self, FIFE::SoundPositionType type, float value)
source code
 
getCursor(self, *args)
getCursor(SoundEmitter self, FIFE::SoundPositionType type) -> float
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_SoundEmitter
  __del__ = lambda self: