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.

34 lines
1.0 KiB

  1. //------------------------------------------------------------------------------
  2. // File: ATSMedia.h
  3. //
  4. // Desc: Broadcast Driver Architecture Media Definitions for ATSC
  5. //
  6. // Copyright (c) 1996 - 2000, Microsoft Corporation. All rights reserved.
  7. //------------------------------------------------------------------------------
  8. #if !defined(_KSMEDIA_)
  9. #error KSMEDIA.H must be included before BDAMEDIA.H
  10. #endif // !defined(_KSMEDIA_)
  11. #if !defined(_BDAMEDIA_)
  12. #error BDAMEDIA.H must be included before ATSCMEDIA.H
  13. #endif // !defined(_KSMEDIA_)
  14. #if !defined(_ATSCMEDIA_)
  15. #define _ATSCMEDIA_
  16. //===========================================================================
  17. //
  18. // ATSC Network Type
  19. //
  20. //===========================================================================
  21. #define STATIC_BDANETWORKTYPE_ATSC\
  22. 0x71985f51, 0x1ca1, 0x11d3, 0x9c, 0xc8, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0
  23. DEFINE_GUIDSTRUCT("71985F51-1CA1-11d3-9CC8-00C04F7971E0", BDANETWORKTYPE_ATSC);
  24. #define BDANETWORKTYPE_ATSC DEFINE_GUIDNAMED(BDANETWORKTYPE_ATSC)
  25. #endif // _ATSCMEDIA_