C# Class NScumm.Core.Audio.CopyRateConverter

Inheritance: IRateConverter
显示文件 Open project: scemino/nscumm

Public Methods

Method Description
CopyRateConverter ( bool stereo, bool reverseStereo ) : System.Diagnostics
Drain ( short obuf, int vol ) : int
Flow ( IAudioStream input, short obuf, int count, int volLeft, int volRight ) : int

Method Details

CopyRateConverter() public method

public CopyRateConverter ( bool stereo, bool reverseStereo ) : System.Diagnostics
stereo bool
reverseStereo bool
return System.Diagnostics

Drain() public method

public Drain ( short obuf, int vol ) : int
obuf short
vol int
return int

Flow() public method

public Flow ( IAudioStream input, short obuf, int count, int volLeft, int volRight ) : int
input IAudioStream
obuf short
count int
volLeft int
volRight int
return int