ActionScript SDK for AISpeech APIAll Packages | All Classes | Index | Frames
LIST
 
Packageorg.as3wavsound.sazameki.format.riff
Classpublic class LIST
InheritanceLIST Inheritance Chunk Inheritance Object
Subclasses RIFF

...



Public Properties
 PropertyDefined By
 Inheritedid : String
Chunk
  type : String
LIST
Protected Properties
 PropertyDefined By
  _chunks : Vector.<Chunk>
LIST
 Inherited_id : String
Chunk
  _type : String
LIST
Public Methods
 MethodDefined By
  
LIST(type:String)
LIST
 Inherited
toByteArray():ByteArray
Chunk
Protected Methods
 MethodDefined By
  
encodeData():ByteArray
[override]
LIST
  
splitList(bytes:ByteArray):Object
LIST
Protected Constants
 ConstantDefined By
 InheritedENDIAN : String = littleEndian
Chunk
Property Detail
_chunksproperty
protected var _chunks:Vector.<Chunk>

_typeproperty 
protected var _type:String

typeproperty 
type:String


Implementation
    public function get type():String
    public function set type(value:String):void
Constructor Detail
LIST()Constructor
public function LIST(type:String)



Parameters
type:String
Method Detail
encodeData()method
override protected function encodeData():ByteArray

Returns
ByteArray
splitList()method 
protected function splitList(bytes:ByteArray):Object

Parameters

bytes:ByteArray

Returns
Object