/[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 1256 by stargo, Sun Sep 17 11:42:22 2006 UTC revision 1258 by stargo, Sun Sep 17 14:41:16 2006 UTC
# Line 28  struct audio_packet Line 28  struct audio_packet
28  struct audio_driver  struct audio_driver
29  {  {
30          void (*wave_out_write) (STREAM s, uint16 tick, uint8 index);          void (*wave_out_write) (STREAM s, uint16 tick, uint8 index);
31            BOOL(*wave_out_open) (void);          BOOL(*wave_out_open) (void);
32          void (*wave_out_close) (void);          void (*wave_out_close) (void);
33            BOOL(*wave_out_format_supported) (WAVEFORMATEX * pwfx);          BOOL(*wave_out_format_supported) (WAVEFORMATEX * pwfx);
34            BOOL(*wave_out_set_format) (WAVEFORMATEX * pwfx);          BOOL(*wave_out_set_format) (WAVEFORMATEX * pwfx);
35          void (*wave_out_volume) (uint16 left, uint16 right);          void (*wave_out_volume) (uint16 left, uint16 right);
36          void (*wave_out_play) (void);          void (*wave_out_play) (void);
37          char *name;          char *name;

Legend:
Removed from v.1256  
changed lines
  Added in v.1258

  ViewVC Help
Powered by ViewVC 1.1.26