ReactOS 0.4.15-dev-7842-g558ab78
atsmedia.h
Go to the documentation of this file.
1/*
2 * atsmedia.h
3 *
4 * Contributors:
5 * Created by Magnus Olsen.
6 *
7 * THIS SOFTWARE IS NOT COPYRIGHTED
8 *
9 * This source code is offered for use in the public domain. You may
10 * use, modify or distribute it freely.
11 *
12 * This code is distributed in the hope that it will be useful but
13 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
14 * DISCLAIMED. This includes but is not limited to warranties of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16 *
17 */
18
19#pragma once
20
21#if !defined(_BDAMEDIA_)
22 #error BDAMEDIA.H must be included before ATSCMEDIA.H
23#endif
24
25#if !defined(_KSMEDIA_)
26 #error KSMEDIA.H must be included before BDAMEDIA.H
27#endif
28
29#if !defined(_ATSCMEDIA_)
30#define _ATSCMEDIA_
31
32#define BDANETWORKTYPE_ATSC DEFINE_GUIDNAMED(BDANETWORKTYPE_ATSC)
33#define STATIC_BDANETWORKTYPE_ATSC 0x71985F51, 0x1CA1, 0x11D3, 0x9C, 0xC8, 0x0, 0xC0, 0x4F, 0x79, 0x71, 0xE0
34DEFINE_GUIDSTRUCT("71985F51-1CA1-11D3-9CC8-00C04F7971E0", BDANETWORKTYPE_ATSC);
35#endif
36
#define BDANETWORKTYPE_ATSC
Definition: atsmedia.h:26
#define DEFINE_GUIDSTRUCT(guid, name)
Definition: ks.h:98