Property | Type | Description | |
---|---|---|---|
Name | string |
Method | Description | |
---|---|---|
Read ( IffFile iff, Stream stream ) : void |
Reads a FWAV chunk from a stream.
|
|
Write ( IffFile iff, Stream stream ) : bool |
public Read ( IffFile iff, Stream stream ) : void | ||
iff | IffFile | An Iff instance. |
stream | Stream | A Stream object holding a FWAV chunk. |
return | void |
public Write ( IffFile iff, Stream stream ) : bool | ||
iff | IffFile | |
stream | Stream | |
return | bool |