ActionScript SDK for AISpeech API
All Packages
|
All Classes
|
Index
|
Frames
No Frames
RIFF
Properties
|
Methods
Package
org.as3wavsound.sazameki.format.riff
Class
public class RIFF
Inheritance
RIFF
LIST
Chunk
Object
Subclasses
Wav
...
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
id
: String
Chunk
type
: String
LIST
Protected Properties
Hide Inherited Protected Properties
Show Inherited Protected Properties
Property
Defined By
_chunks
: Vector.<
Chunk
>
LIST
_id
: String
Chunk
_type
: String
LIST
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
RIFF
(type:String)
RIFF
toByteArray
():ByteArray
Chunk
Protected Methods
Show Inherited Protected Methods
Show Inherited Protected Methods
Method
Defined By
encodeData
():ByteArray
[override]
LIST
splitList
(bytes:ByteArray):Object
LIST
Protected Constants
Hide Inherited Protected Constants
Show Inherited Protected Constants
Constant
Defined By
ENDIAN
: String = littleEndian
Chunk
Constructor Detail
RIFF
()
Constructor
public function RIFF(type:String)
Parameters
type
:String
Tue Mar 26 2013, 01:05 PM +08:00