|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ structs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.structs
Class SoundInfo.EnvelopePoint

java.lang.Objectcom.anotherbigidea.flash.structs.SoundInfo.EnvelopePoint
- Enclosing class:
- SoundInfo
- public static class SoundInfo.EnvelopePoint
- extends java.lang.Object
A Point in a sound envelope
| Field Summary | |
int |
level0
|
int |
level1
|
int |
mark44
|
| Constructor Summary | |
SoundInfo.EnvelopePoint(int mark44,
int level0,
int level1)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mark44
public int mark44
level0
public int level0
level1
public int level1
| Constructor Detail |
SoundInfo.EnvelopePoint
public SoundInfo.EnvelopePoint(int mark44,
int level0,
int level1)
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ structs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.anotherbigidea.flash.structs.SoundInfo.EnvelopePoint