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

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

revision 1376 by jsorg71, Mon Jan 8 04:47:06 2007 UTC revision 1377 by jsorg71, Thu Jan 11 03:30:18 2007 UTC
# Line 33  struct audio_driver Line 33  struct audio_driver
33          void (*add_fds) (int *n, fd_set * rfds, fd_set * wfds, struct timeval * tv);          void (*add_fds) (int *n, fd_set * rfds, fd_set * wfds, struct timeval * tv);
34          void (*check_fds) (fd_set * rfds, fd_set * wfds);          void (*check_fds) (fd_set * rfds, fd_set * wfds);
35    
36          RD_BOOL (*wave_out_open) (void);            RD_BOOL(*wave_out_open) (void);
37          void (*wave_out_close) (void);          void (*wave_out_close) (void);
38          RD_BOOL (*wave_out_format_supported) (RD_WAVEFORMATEX * pwfx);            RD_BOOL(*wave_out_format_supported) (RD_WAVEFORMATEX * pwfx);
39          RD_BOOL (*wave_out_set_format) (RD_WAVEFORMATEX * pwfx);            RD_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          RD_BOOL (*wave_in_open) (void);            RD_BOOL(*wave_in_open) (void);
43          void (*wave_in_close) (void);          void (*wave_in_close) (void);
44          RD_BOOL (*wave_in_format_supported) (RD_WAVEFORMATEX * pwfx);            RD_BOOL(*wave_in_format_supported) (RD_WAVEFORMATEX * pwfx);
45          RD_BOOL (*wave_in_set_format) (RD_WAVEFORMATEX * pwfx);            RD_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.1376  
changed lines
  Added in v.1377

  ViewVC Help
Powered by ViewVC 1.1.26