ActionScript SDK for AISpeech API | All Packages | All Classes | Index | Frames | ![]() |
LIST | Properties | Methods | |
Package | org.as3wavsound.sazameki.format.riff |
Class | public class LIST |
Inheritance | LIST ![]() ![]() |
Subclasses | RIFF |
Property | Defined By | ||
---|---|---|---|
_chunks : Vector.<Chunk> | LIST | ||
![]() | _id : String | Chunk | |
_type : String | LIST |
Method | Defined By | ||
---|---|---|---|
LIST(type:String) | LIST | ||
![]() | toByteArray():ByteArray | Chunk |
Method | Defined By | ||
---|---|---|---|
encodeData():ByteArray [override] | LIST | ||
splitList(bytes:ByteArray):Object | LIST |
_chunks | property |
protected var _chunks:Vector.<Chunk>
_type | property |
protected var _type:String
type | property |
type:String
public function get type():String
public function set type(value:String):void
LIST | () | Constructor |
public function LIST(type:String)
type:String |
encodeData | () | method |
override protected function encodeData():ByteArray
ReturnsByteArray |
splitList | () | method |
protected function splitList(bytes:ByteArray):Object
Parameters
bytes:ByteArray |
Object |