atsmedia.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  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_