/[rdesktop]/jpeg/rdesktop/trunk/rdpsnd.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 /jpeg/rdesktop/trunk/rdpsnd.h

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

revision 1359 by ossman_, Tue Jan 2 16:30:06 2007 UTC revision 1365 by jsorg71, Thu Jan 4 05:39:39 2007 UTC
# Line 1  Line 1 
1  /*  /*
2     rdesktop: A Remote Desktop Protocol client.     rdesktop: A Remote Desktop Protocol client.
3     Sound infrastructure     Sound infrastructure
4     Copyright (C) Michael Gernoth 2006     Copyright (C) Michael Gernoth 2006-2007
5    
6     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
7     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 35  struct audio_driver Line 35  struct audio_driver
35    
36            BOOL(*wave_out_open) (void);            BOOL(*wave_out_open) (void);
37          void (*wave_out_close) (void);          void (*wave_out_close) (void);
38            BOOL(*wave_out_format_supported) (WAVEFORMATEX * pwfx);            BOOL(*wave_out_format_supported) (RD_WAVEFORMATEX * pwfx);
39            BOOL(*wave_out_set_format) (WAVEFORMATEX * pwfx);            BOOL(*wave_out_set_format) (RD_WAVEFORMATEX * pwfx);
40          void (*wave_out_volume) (uint16 left, uint16 right);          void (*wave_out_volume) (uint16 left, uint16 right);
41    
42            BOOL(*wave_in_open) (void);            BOOL(*wave_in_open) (void);
43          void (*wave_in_close) (void);          void (*wave_in_close) (void);
44            BOOL(*wave_in_format_supported) (WAVEFORMATEX * pwfx);            BOOL(*wave_in_format_supported) (RD_WAVEFORMATEX * pwfx);
45            BOOL(*wave_in_set_format) (WAVEFORMATEX * pwfx);            BOOL(*wave_in_set_format) (RD_WAVEFORMATEX * pwfx);
46          void (*wave_in_volume) (uint16 left, uint16 right);          void (*wave_in_volume) (uint16 left, uint16 right);
47    
48          char *name;          char *name;

Legend:
Removed from v.1359  
changed lines
  Added in v.1365

  ViewVC Help
Powered by ViewVC 1.1.26