Mp3Sharp.StreamedSound.StreamedSound C# (CSharp) Method

StreamedSound() public method

public StreamedSound ( Device device, Stream stream, WaveFormat waveFormat ) : System
device Device
stream Stream
waveFormat WaveFormat
return System
        public StreamedSound(Device device, Stream stream, WaveFormat waveFormat)
        {
            Device = device; Stream = stream; WaveFormat = waveFormat;
        }