Packageorg.libspark.swfassist.swf.tags
Classpublic class SoundStreamHead2
InheritanceSoundStreamHead2 Inheritance SoundStreamHead Inheritance AbstractTag



Public Properties
 PropertyDefined by
 Inheritedcode : uint
AbstractTag
 InheritedlatencySeek : uint
SoundStreamHead
 InheritednumStreamSoundSamples : uint
SoundStreamHead
 InheritedplaybackSoundRate : uint
SoundStreamHead
  playbackSoundSize : uint
SoundStreamHead2
 InheritedplaybackSoundType : uint
SoundStreamHead
 InheritedstreamSoundCompression : uint
SoundStreamHead
 InheritedstreamSoundRate : uint
SoundStreamHead
  streamSoundSize : uint
SoundStreamHead2
 InheritedstreamSoundType : uint
SoundStreamHead
Public Methods
 MethodDefined by
  
SoundStreamHead2(code:uint = 0)
SoundStreamHead2
  
visit(visitor:TagVisitor):void
SoundStreamHead2
Property detail
playbackSoundSizeproperty
playbackSoundSize:uint  [read-write]Implementation
    public function get playbackSoundSize():uint
    public function set playbackSoundSize(value:uint):void
streamSoundSizeproperty 
streamSoundSize:uint  [read-write]Implementation
    public function get streamSoundSize():uint
    public function set streamSoundSize(value:uint):void
Constructor detail
SoundStreamHead2()constructor
public function SoundStreamHead2(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor