Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.3 KiB

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