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(*args, **kArgs)[source]
loop(startT=0.0, endT=-1.0, playRate=1.0, stagger=False)[source]
notify = <direct.directnotify.Notifier.Notifier object>
privFinalize()[source]
privInitialize(t)[source]
privInstant()[source]
privInterrupt()[source]
privReverseFinalize()[source]
privReverseInitialize(t)[source]
privReverseInstant()[source]
privStep(t)[source]
soundNum = 1