Packageorg.libspark.swfassist.swf.tags
Classpublic class SoundStreamHead
InheritanceSoundStreamHead Inheritance AbstractTag
SubclassesSoundStreamHead2



Public Properties
 PropertyDefined by
 Inheritedcode : uint
AbstractTag
  latencySeek : uint
SoundStreamHead
  numStreamSoundSamples : uint
SoundStreamHead
  playbackSoundRate : uint
SoundStreamHead
  playbackSoundSize : uint
SoundStreamHead
  playbackSoundType : uint
SoundStreamHead
  streamSoundCompression : uint
SoundStreamHead
  streamSoundRate : uint
SoundStreamHead
  streamSoundSize : uint
SoundStreamHead
  streamSoundType : uint
SoundStreamHead
Public Methods
 MethodDefined by
  
SoundStreamHead(code:uint = 0)
SoundStreamHead
  
visit(visitor:TagVisitor):void
SoundStreamHead
Property detail
latencySeekproperty
latencySeek:uint  [read-write]Implementation
    public function get latencySeek():uint
    public function set latencySeek(value:uint):void
numStreamSoundSamplesproperty 
numStreamSoundSamples:uint  [read-write]Implementation
    public function get numStreamSoundSamples():uint
    public function set numStreamSoundSamples(value:uint):void
playbackSoundRateproperty 
playbackSoundRate:uint  [read-write]Implementation
    public function get playbackSoundRate():uint
    public function set playbackSoundRate(value:uint):void
playbackSoundSizeproperty 
playbackSoundSize:uint  [read-write]Implementation
    public function get playbackSoundSize():uint
    public function set playbackSoundSize(value:uint):void
playbackSoundTypeproperty 
playbackSoundType:uint  [read-write]Implementation
    public function get playbackSoundType():uint
    public function set playbackSoundType(value:uint):void
streamSoundCompressionproperty 
streamSoundCompression:uint  [read-write]Implementation
    public function get streamSoundCompression():uint
    public function set streamSoundCompression(value:uint):void
streamSoundRateproperty 
streamSoundRate:uint  [read-write]Implementation
    public function get streamSoundRate():uint
    public function set streamSoundRate(value:uint):void
streamSoundSizeproperty 
streamSoundSize:uint  [read-write]Implementation
    public function get streamSoundSize():uint
    public function set streamSoundSize(value:uint):void
streamSoundTypeproperty 
streamSoundType:uint  [read-write]Implementation
    public function get streamSoundType():uint
    public function set streamSoundType(value:uint):void
Constructor detail
SoundStreamHead()constructor
public function SoundStreamHead(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor