FreeHEP API
Version v1.2

org.freehep.graphicsio.swf
Class SoundInfo

java.lang.Object
  |
  +--org.freehep.graphicsio.swf.SoundInfo

public class SoundInfo
extends Object

SWF SoundInfo

Version:
$Id: SoundInfo.java,v 1.2 2003/04/15 18:03:06 duns Exp $
Author:
Mark Donszelmann, Charles Loomis

Constructor Summary
SoundInfo(boolean syncStop, boolean syncNoMultiple, long inPoint, long outPoint, int loop, SoundEnvelope[] envelope)
           
SoundInfo(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

SoundInfo

public SoundInfo(boolean syncStop,
                 boolean syncNoMultiple,
                 long inPoint,
                 long outPoint,
                 int loop,
                 SoundEnvelope[] envelope)

SoundInfo

public SoundInfo(SWFInputStream input)
          throws IOException
Method Detail

write

public void write(SWFOutputStream swf)
           throws IOException
IOException

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.