org.freehep.graphicsio.swf
Class DefineSound
java.lang.Object
org.freehep.util.io.Tag
org.freehep.graphicsio.swf.SWFTag
org.freehep.graphicsio.swf.DefinitionTag
org.freehep.graphicsio.swf.DefineSound
- All Implemented Interfaces:
- SWFConstants
- public class DefineSound
- extends DefinitionTag
DefineSound TAG.
- Version:
- $Id: DefineSound.java,v 1.3 2003/04/15 18:03:05 duns Exp $
- Author:
- Mark Donszelmann, Charles Loomis
- Source Code:
- DefineSound.java
Constructor Summary |
DefineSound()
|
DefineSound(int id,
int format,
int rate,
int size,
boolean stereo,
long samples,
int[] data)
|
NONE
public static final int NONE
- See Also:
- Constant Field Values
ADPCM
public static final int ADPCM
- See Also:
- Constant Field Values
MP3
public static final int MP3
- See Also:
- Constant Field Values
NELLYMOSER
public static final int NELLYMOSER
- See Also:
- Constant Field Values
RATE_5_5
public static final int RATE_5_5
- See Also:
- Constant Field Values
RATE_11
public static final int RATE_11
- See Also:
- Constant Field Values
RATE_22
public static final int RATE_22
- See Also:
- Constant Field Values
RATE_44
public static final int RATE_44
- See Also:
- Constant Field Values
BYTE
public static final int BYTE
- See Also:
- Constant Field Values
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
MONO
public static final int MONO
- See Also:
- Constant Field Values
STEREO
public static final int STEREO
- See Also:
- Constant Field Values
DefineSound
public DefineSound(int id,
int format,
int rate,
int size,
boolean stereo,
long samples,
int[] data)
DefineSound
public DefineSound()
read
public SWFTag read(int tagID,
SWFInputStream swf,
int len)
throws IOException
- Specified by:
read
in class SWFTag
- Throws:
IOException
write
public void write(int tagID,
SWFOutputStream swf)
throws IOException
- Overrides:
write
in class SWFTag
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class DefinitionTag
Copyright © 2000-2004 FreeHEP, All Rights Reserved.