Source code of Windows XP (NT5)
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.

59 lines
1.9 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 2000-2000 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: ksdbgprop.h
  6. * Content: AEC KS Debug stuff
  7. * History:
  8. * Date By Reason
  9. * ==== == ======
  10. * 05/16/2000 dandinu Created.
  11. *
  12. ***************************************************************************/
  13. /*
  14. #if !defined(_KSMEDIA_)
  15. #error KSMEDIA.H must be included before DBGPROP.H
  16. #endif // !defined(_KS_)
  17. */
  18. #if !defined(_KSDBGPROP_)
  19. #define _KSDBGPROP_
  20. /*
  21. typedef struct {
  22. KSNODEPROPERTY NodeProperty;
  23. ULONG DebugId;
  24. ULONG Reserved;
  25. } KSDEBUGNODEPROPERTY, *PKSDEBUGNODEPROPERTY;
  26. */
  27. //===========================================================================
  28. //===========================================================================
  29. // KSPROPSETID_DebugAecValue : {24366808-DB14-40c8-883E-5B45DD597774}
  30. #define STATIC_KSPROPSETID_DebugAecValue\
  31. 0x24366808, 0xdb14, 0x40c8, 0x88, 0x3e, 0x5b, 0x45, 0xdd, 0x59, 0x77, 0x74
  32. DEFINE_GUIDSTRUCT("24366808-DB14-40c8-883E-5B45DD597774",KSPROPSETID_DebugAecValue);
  33. #define KSPROPSETID_DebugAecValue DEFINE_GUIDNAMED(KSPROPSETID_DebugAecValue)
  34. typedef enum {
  35. KSPROPERTY_DEBUGAECVALUE_ALL,
  36. KSPROPERTY_DEBUGAECVALUE_SYNCHSTREAM,
  37. KSPROPERTY_DEBUGAECVALUE_NUMBANDS,
  38. KSPROPERTY_DEBUGAECARRAY_NOISEMAGNITUDE
  39. } KSPROPERTY_DEBUGAECVALUE;
  40. //===========================================================================
  41. //===========================================================================
  42. // KSPROPSETID_DebugAecArray: {CF8A9F7D-950E-46d5-93E5-C04C77DC866B}
  43. #define STATIC_KSPROPSETID_DebugAecArray\
  44. 0xcf8a9f7d, 0x950e, 0x46d5, 0x93, 0xe5, 0xc0, 0x4c, 0x77, 0xdc, 0x86, 0x6b
  45. DEFINE_GUIDSTRUCT("CF8A9F7D-950E-46d5-93E5-C04C77DC866B",KSPROPSETID_DebugAecArray);
  46. #define KSPROPSETID_DebugAecArray DEFINE_GUIDNAMED(KSPROPSETID_DebugAecArray)
  47. #endif // !defined(_KSDBGPROP_)