direct.interval.SoundInterval

from direct.interval.SoundInterval import SoundInterval

SoundInterval module: contains the SoundInterval class

Inheritance diagram

Inheritance diagram of direct.interval.SoundInterval

class SoundInterval(sound, loop=0, duration=0.0, name=None, volume=1.0, startTime=0.0, node=None, seamlessLoop=True, listenerNode=None, cutOff=None)[source]

Bases: Interval

__init__(sound, loop, name)[source]
finish(self, *args, **kArgs)[source]
loop(self, startT=0.0, endT=-1.0, playRate=1.0, stagger=False)[source]
notify = <direct.directnotify.Notifier.Notifier object>
privFinalize(self)[source]
privInitialize(self, t)[source]
privInstant(self)[source]
privInterrupt(self)[source]
privReverseFinalize(self)[source]
privReverseInitialize(self, t)[source]
privReverseInstant(self)[source]
privStep(self, t)[source]
soundNum = 1