C# Class Modest.Audio.RawSourceWaveStream

Inheritance: NAudio.Wave.WaveStream
Mostra file Open project: voltagex/junkcode

Public Methods

Method Description
RawSourceWaveStream ( Stream sourceStream, WaveFormat waveFormat ) : System
Read ( byte buffer, int offset, int count ) : int

Method Details

RawSourceWaveStream() public method

public RawSourceWaveStream ( Stream sourceStream, WaveFormat waveFormat ) : System
sourceStream Stream
waveFormat NAudio.Wave.WaveFormat
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int