home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / g711uids.h < prev    next >
Text File  |  1998-04-25  |  1KB  |  41 lines

  1. /*--------------------------------------------------------------
  2.  
  3.  INTEL Corporation Proprietary Information  
  4.  
  5.  This listing is supplied under the terms of a license agreement  
  6.  with INTEL Corporation and may not be copied nor disclosed 
  7.  except in accordance with the terms of that agreement.
  8.  
  9.  Copyright (c) 1996 Intel Corporation.
  10.  All rights reserved.
  11.  
  12. --------------------------------------------------------------
  13.  
  14. G711uids.h
  15.  
  16. The guids used by G711.
  17.  
  18. NOTE: GUIDs for basic companding like G711 should probably be 
  19. standardized by MS not me.
  20.  
  21. --------------------------------------------------------------*/
  22.  
  23. // G711 Codec Filter Object
  24. // {AF7D8180-A8F9-11cf-9A46-00AA00B7DAD1}
  25. DEFINE_GUID(CLSID_G711Codec, 
  26. 0xaf7d8180, 0xa8f9, 0x11cf, 0x9a, 0x46, 0x0, 0xaa, 0x0, 0xb7, 0xda, 0xd1);
  27.  
  28. // G711 Codec Filter Property Page Object
  29. // {480D5CA0-F032-11cf-A7D3-00A0C9056683}
  30. DEFINE_GUID(CLSID_G711CodecPropertyPage, 
  31. 0x480D5CA0, 0xF032, 0x11cf, 0xA7, 0xD3, 0x0, 0xA0, 0xC9, 0x05, 0x66, 0x83);
  32.  
  33. // {827FA280-CDFC-11cf-9A9D-00AA00B7DAD1}
  34. DEFINE_GUID(MEDIASUBTYPE_MULAWAudio, 
  35. 0x827fa280, 0xcdfc, 0x11cf, 0x9a, 0x9d, 0x0, 0xaa, 0x0, 0xb7, 0xda, 0xd1);
  36.  
  37. // {9E17EE50-CDFC-11cf-9A9D-00AA00B7DAD1}
  38. DEFINE_GUID(MEDIASUBTYPE_ALAWAudio, 
  39. 0x9e17ee50, 0xcdfc, 0x11cf, 0x9a, 0x9d, 0x0, 0xaa, 0x0, 0xb7, 0xda, 0xd1);
  40.  
  41.