Property | Type | Description | |
---|---|---|---|
BlockAlign | ushort | ||
Channels | ushort | ||
SamplesPerSec | int |
Method | Description | |
---|---|---|
Abort ( string message ) : |
||
DecodeSamples ( ) : IEnumerable |
||
Flush ( ) : void | ||
IMA_ADPCM ( Stream stream ) : System | ||
ImaAdpcm ( Stream stream ) : System | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
DecodeBlock ( int n ) : byte[] | ||
ReadBytes ( int length ) : byte[] | ||
ReadID ( ) : string | ||
ReadInt32 ( ) : int | ||
ReadUInt16 ( ) : ushort | ||
ReadUInt32 ( ) : uint |
public Abort ( string message ) : |
||
message | string | |
return |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |