/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpsnd_dsp.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdpsnd_dsp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1275 by stargo, Sun Sep 17 18:08:51 2006 UTC revision 1276 by stargo, Sun Oct 1 12:16:50 2006 UTC
# Line 18  Line 18 
18     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19  */  */
20    
21    /* Software volume control */
22  void rdpsnd_dsp_softvol_set(uint16 left, uint16 right);  void rdpsnd_dsp_softvol_set(uint16 left, uint16 right);
23    
24    /* Resample control */
25    BOOL rdpsnd_dsp_resample_set(uint32 device_srate, uint16 device_bitspersample,
26                                 uint16 device_channels);
27    BOOL rdpsnd_dsp_resample_supported(WAVEFORMATEX * pwfx);
28    
29  STREAM rdpsnd_dsp_process(STREAM s, struct audio_driver *current_driver, WAVEFORMATEX * format);  STREAM rdpsnd_dsp_process(STREAM s, struct audio_driver *current_driver, WAVEFORMATEX * format);

Legend:
Removed from v.1275  
changed lines
  Added in v.1276

  ViewVC Help
Powered by ViewVC 1.1.26