/[cvs]/api/include/atsmedia.h
ViewVC logotype

Contents of /api/include/atsmedia.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Jul 1 20:47:59 2001 UTC (22 years, 10 months ago) by bearsoft
Branch: lazy, MAIN
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
First import

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
9
10 #if !defined(_KSMEDIA_)
11 #error KSMEDIA.H must be included before BDAMEDIA.H
12 #endif // !defined(_KSMEDIA_)
13
14 #if !defined(_BDAMEDIA_)
15 #error BDAMEDIA.H must be included before ATSCMEDIA.H
16 #endif // !defined(_KSMEDIA_)
17
18 #if !defined(_ATSCMEDIA_)
19 #define _ATSCMEDIA_
20
21
22 //===========================================================================
23 //
24 // ATSC Network Type
25 //
26 //===========================================================================
27
28 #define STATIC_BDANETWORKTYPE_ATSC\
29 0x71985f51, 0x1ca1, 0x11d3, 0x9c, 0xc8, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0
30 DEFINE_GUIDSTRUCT("71985F51-1CA1-11d3-9CC8-00C04F7971E0", BDANETWORKTYPE_ATSC);
31 #define BDANETWORKTYPE_ATSC DEFINE_GUIDNAMED(BDANETWORKTYPE_ATSC)
32
33
34 #endif // _ATSCMEDIA_

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26