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

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

revision 498 by stargo, Tue Oct 14 07:46:49 2003 UTC revision 499 by astrand, Wed Oct 15 14:01:32 2003 UTC
# Line 122  VCHANNEL; Line 122  VCHANNEL;
122  #define MAX_CBSIZE 256  #define MAX_CBSIZE 256
123    
124  /* RDPSND */  /* RDPSND */
125  typedef struct {  typedef struct
126      uint16 wFormatTag;  {
127      uint16 nChannels;          uint16 wFormatTag;
128      uint32 nSamplesPerSec;          uint16 nChannels;
129      uint32 nAvgBytesPerSec;          uint32 nSamplesPerSec;
130      uint16 nBlockAlign;          uint32 nAvgBytesPerSec;
131      uint16 wBitsPerSample;          uint16 nBlockAlign;
132      uint16 cbSize;          uint16 wBitsPerSample;
133      uint8  cb[MAX_CBSIZE];          uint16 cbSize;
134            uint8 cb[MAX_CBSIZE];
135  } WAVEFORMATEX;  } WAVEFORMATEX;
136    
137  /* RDPDR */  /* RDPDR */

Legend:
Removed from v.498  
changed lines
  Added in v.499

  ViewVC Help
Powered by ViewVC 1.1.26