public class SoundStreamHead extends DefinitionTag
Modifier and Type | Field and Description |
---|---|
protected int |
latencySeek |
protected int |
playbackSoundRate |
protected boolean |
playbackSoundSize16 |
protected boolean |
playbackSoundStereo |
protected int |
samples |
protected int |
streamSoundCompression |
protected int |
streamSoundRate |
protected boolean |
streamSoundSize16 |
protected boolean |
streamSoundStereo |
CONTROL, DEFAULT_VERSION, DEFINITION, LANGUAGE_JAPANESE, LANGUAGE_KOREAN, LANGUAGE_LATIN, LANGUAGE_SIMPLIFIED_CHINESE, LANGUAGE_TRADITIONAL_CHINESE, TWIPS
Modifier | Constructor and Description |
---|---|
|
SoundStreamHead() |
|
SoundStreamHead(int playbackSoundRate,
boolean playbackSoundStereo,
int streamSoundRate,
boolean streamSoundStereo,
int samples) |
protected |
SoundStreamHead(int tagID,
int version) |
Modifier and Type | Method and Description |
---|---|
SWFTag |
read(int tagID,
SWFInputStream swf,
int len) |
protected void |
read(SWFInputStream swf,
int len) |
String |
toString() |
void |
write(int tagID,
SWFOutputStream swf) |
protected void |
write(SWFOutputStream swf) |
getTagType
protected int playbackSoundRate
protected boolean playbackSoundSize16
protected boolean playbackSoundStereo
protected int streamSoundCompression
protected int streamSoundRate
protected boolean streamSoundSize16
protected boolean streamSoundStereo
protected int samples
protected int latencySeek
public SoundStreamHead(int playbackSoundRate, boolean playbackSoundStereo, int streamSoundRate, boolean streamSoundStereo, int samples)
public SoundStreamHead()
protected SoundStreamHead(int tagID, int version)
public SWFTag read(int tagID, SWFInputStream swf, int len) throws IOException
read
in class SWFTag
IOException
protected void read(SWFInputStream swf, int len) throws IOException
IOException
public void write(int tagID, SWFOutputStream swf) throws IOException
write
in class SWFTag
IOException
protected void write(SWFOutputStream swf) throws IOException
IOException
public String toString()
toString
in class DefinitionTag
Copyright © 2014. All rights reserved.