org.freehep.graphicsio.swf
Class SoundEnvelope

java.lang.Object
  extended by org.freehep.graphicsio.swf.SoundEnvelope

public class SoundEnvelope
extends Object

SWF SoundEnvelope.

Version:
$Id: SoundEnvelope.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann, Charles Loomis

Constructor Summary
SoundEnvelope(long pos44, int leftLevel, int rightLevel)
           
SoundEnvelope(SWFInputStream input)
           
 
Method Summary
 String toString()
           
 void write(SWFOutputStream swf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoundEnvelope

public SoundEnvelope(long pos44,
                     int leftLevel,
                     int rightLevel)

SoundEnvelope

public SoundEnvelope(SWFInputStream input)
              throws IOException
Throws:
IOException
Method Detail

write

public void write(SWFOutputStream swf)
           throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.