Property | Type | Description | |
---|---|---|---|
chunkID | int | ||
data | byte[] | ||
formatCode | short |
Method | Description | |
---|---|---|
ISoundWAV ( IDisposableResource parent ) : System | ||
UpdateLoad ( ) : bool |
Method | Description | |
---|---|---|
init ( IDisposableResource parent, Stream stream, int instanceCount, bool looped, |
||
readMetaData ( Stream stream ) : void | ||
readMetaData ( Stream stream, |
public ISoundWAV ( IDisposableResource parent ) : System | ||
parent | IDisposableResource | |
return | System |
protected init ( IDisposableResource parent, Stream stream, int instanceCount, bool looped, |
||
parent | IDisposableResource | |
stream | Stream | |
instanceCount | int | |
looped | bool | |
loadedCallback | ||
return | void |
protected readMetaData ( Stream stream ) : void | ||
stream | Stream | |
return | void |
protected readMetaData ( Stream stream, |
||
stream | Stream | |
reader | ||
return | void |