Module Audio :: Class StreamingOggSound
[hide private]
[frames] | no frames]

Class StreamingOggSound

source code

object --+    
         |    
     Sound --+
             |
 Task.Task --+
             |
            StreamingOggSound

Instance Methods [hide private]
 
__init__(self, engine, channel, fileName)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_reset(self) source code
 
__del__(self) source code
 
play(self) source code
 
stop(self) source code
 
setVolume(self, volume) source code
 
fadeout(self, time) source code
 
_decodeStream(self) source code
 
_produceSoundBuffers(self) source code
 
run(self, ticks) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Inherited from Task.Task: started, stopped

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, engine, channel, fileName)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: Sound.__init__

play(self)

source code 
Overrides: Sound.play

stop(self)

source code 
Overrides: Sound.stop

setVolume(self, volume)

source code 
Overrides: Sound.setVolume

fadeout(self, time)

source code 
Overrides: Sound.fadeout

run(self, ticks)

source code 
Overrides: Task.Task.run