Uses of Class
pt.tumba.parser.swf.SoundInfo.EnvelopePoint

Packages that use SoundInfo.EnvelopePoint
pt.tumba.parser.swf   
 

Uses of SoundInfo.EnvelopePoint in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as SoundInfo.EnvelopePoint
protected  SoundInfo.EnvelopePoint[] SoundInfo.envelope
          Description of the Field
 

Methods in pt.tumba.parser.swf that return SoundInfo.EnvelopePoint
 SoundInfo.EnvelopePoint[] SoundInfo.getEnvelope()
          Gets the envelope attribute of the SoundInfo object
 

Constructors in pt.tumba.parser.swf with parameters of type SoundInfo.EnvelopePoint
SoundInfo(boolean noMultiplePlay, boolean stopSound, SoundInfo.EnvelopePoint[] envelope, int inPoint, int outPoint, int loopCount)