source: Daodan/MinGW/include/il21dec.h@ 1089

Last change on this file since 1089 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 812 bytes
Line 
1#ifndef _IL21DEC_H
2#define _IL21DEC_H
3#if __GNUC__ >= 3
4#pragma GCC system_header
5#endif
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11/*--- DirectShow Reference - DirectShow Enumerated Types */
12typedef enum _AM_LINE21_CCLEVEL {
13 AM_L21_CCLEVEL_TC2
14} AM_LINE21_CCLEVEL,*PAM_LINE21_CCLEVEL;
15typedef enum _AM_LINE21_CCSERVICE {
16 AM_L21_CCSERVICE_None,
17 AM_L21_CCSERVICE_Caption1,
18 AM_L21_CCSERVICE_Caption2,
19 AM_L21_CCSERVICE_Text1,
20 AM_L21_CCSERVICE_Text2,
21 AM_L21_CCSERVICE_XDS,
22} AM_LINE21_CCSERVICE,*PAM_LINE21_CCSERVICE;
23typedef enum _AM_LINE21_CCSTATE {
24 AM_L21_CCSTATE_Off,
25 AM_L21_CCSTATE_On
26} AM_LINE21_CCSTATE,*PAM_LINE21_CCSTATE;
27typedef enum _AM_LINE21_DRAWBGMODE {
28 AM_L21_DRAWBGMODE_Opaque,
29 AM_L21_DRAWBGMODE_Transparent
30} AM_LINE21_DRAWBGMODE,*PAM_LINE21_DRAWBGMODE;
31
32#ifdef __cplusplus
33}
34#endif
35#endif
Note: See TracBrowser for help on using the repository browser.