Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
Read ( byte buf, int ofs, int count ) : int | ||
Seek ( long pos, SeekOrigin o ) : long | ||
SetLength ( long len ) : void | ||
WaveStream ( Stream S ) : System | ||
WaveStream ( string fileName ) : System | ||
Write ( byte buf, int ofs, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ReadChunk ( |
||
ReadHeader ( ) : void |
public Read ( byte buf, int ofs, int count ) : int | ||
buf | byte | |
ofs | int | |
count | int | |
return | int |
public Seek ( long pos, SeekOrigin o ) : long | ||
pos | long | |
o | SeekOrigin | |
return | long |
public WaveStream ( string fileName ) : System | ||
fileName | string | |
return | System |
public Write ( byte buf, int ofs, int count ) : void | ||
buf | byte | |
ofs | int | |
count | int | |
return | void |