Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RawStream ( AudioFlags flags, int rate, bool disposeStream, Stream stream ) : System | ||
ReadBuffer ( short buffer, int count ) : int | ||
Rewind ( ) : bool | ||
Seek ( Timestamp wh ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
FillBuffer ( int maxSamples ) : int | ||
ReadEndianSample ( byte ptr, int offset ) : short |
public RawStream ( AudioFlags flags, int rate, bool disposeStream, Stream stream ) : System | ||
flags | AudioFlags | |
rate | int | |
disposeStream | bool | |
stream | Stream | |
return | System |
public ReadBuffer ( short buffer, int count ) : int | ||
buffer | short | |
count | int | |
return | int |