pt.tumba.parser.swf
Class SoundInfo.EnvelopePoint

java.lang.Object
  extended by pt.tumba.parser.swf.SoundInfo.EnvelopePoint
Enclosing class:
SoundInfo

public static class SoundInfo.EnvelopePoint
extends java.lang.Object

A Point in a sound envelope

Author:
unknown

Field Summary
 int level0
          Description of the Field
 int level1
          Description of the Field
 int mark44
          Description of the Field
 
Constructor Summary
SoundInfo.EnvelopePoint(int mark44, int level0, int level1)
          Constructor for the EnvelopePoint object
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mark44

public int mark44
Description of the Field


level0

public int level0
Description of the Field


level1

public int level1
Description of the Field

Constructor Detail

SoundInfo.EnvelopePoint

public SoundInfo.EnvelopePoint(int mark44,
                               int level0,
                               int level1)
Constructor for the EnvelopePoint object

Parameters:
mark44 - Description of the Parameter
level0 - Description of the Parameter
level1 - Description of the Parameter