| Package | org.libspark.swfassist.swf.tags |
| Class | public class SoundStreamHead2 |
| Inheritance | SoundStreamHead2 SoundStreamHead AbstractTag |
| Property | Defined by | ||
|---|---|---|---|
![]() | code : uint | AbstractTag | |
![]() | latencySeek : uint | SoundStreamHead | |
![]() | numStreamSoundSamples : uint | SoundStreamHead | |
![]() | playbackSoundRate : uint | SoundStreamHead | |
| playbackSoundSize : uint | SoundStreamHead2 | ||
![]() | playbackSoundType : uint | SoundStreamHead | |
![]() | streamSoundCompression : uint | SoundStreamHead | |
![]() | streamSoundRate : uint | SoundStreamHead | |
| streamSoundSize : uint | SoundStreamHead2 | ||
![]() | streamSoundType : uint | SoundStreamHead | |
| Method | Defined by | ||
|---|---|---|---|
|
SoundStreamHead2(code:uint = 0)
| SoundStreamHead2 | ||
|
visit(visitor:TagVisitor):void
| SoundStreamHead2 | ||
| playbackSoundSize | property |
playbackSoundSize:uint [read-write]Implementation
public function get playbackSoundSize():uint
public function set playbackSoundSize(value:uint):void
| streamSoundSize | property |
streamSoundSize:uint [read-write]Implementation
public function get streamSoundSize():uint
public function set streamSoundSize(value:uint):void
| SoundStreamHead2 | () | constructor |
public function SoundStreamHead2(code:uint = 0)Parameters
code:uint (default = 0) |
| visit | () | method |