ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MinGW/include/il21dec.h
Revision: 1046
Committed: Mon Aug 29 13:19:38 2016 UTC (9 years, 1 month ago) by alloc
Content type: text/x-chdr
File size: 812 byte(s)
Log Message:
Daodan: Added Windows MinGW and build batch file

File Contents

# Content
1 #ifndef _IL21DEC_H
2 #define _IL21DEC_H
3 #if __GNUC__ >= 3
4 #pragma GCC system_header
5 #endif
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 /*--- DirectShow Reference - DirectShow Enumerated Types */
12 typedef enum _AM_LINE21_CCLEVEL {
13 AM_L21_CCLEVEL_TC2
14 } AM_LINE21_CCLEVEL,*PAM_LINE21_CCLEVEL;
15 typedef 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;
23 typedef enum _AM_LINE21_CCSTATE {
24 AM_L21_CCSTATE_Off,
25 AM_L21_CCSTATE_On
26 } AM_LINE21_CCSTATE,*PAM_LINE21_CCSTATE;
27 typedef 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