Packageorg.libspark.swfassist.swf.tags
Classpublic class SoundStreamBlock
InheritanceSoundStreamBlock Inheritance AbstractTag



Public Properties
 PropertyDefined by
 Inheritedcode : uint
AbstractTag
  streamSoundData : SoundData
SoundStreamBlock
Public Methods
 MethodDefined by
  
SoundStreamBlock(code:uint = 0)
SoundStreamBlock
  
visit(visitor:TagVisitor):void
SoundStreamBlock
Property detail
streamSoundDataproperty
streamSoundData:SoundData  [read-write]Implementation
    public function get streamSoundData():SoundData
    public function set streamSoundData(value:SoundData):void
Constructor detail
SoundStreamBlock()constructor
public function SoundStreamBlock(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor