forked from markessien/DirectEncode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectEncode_i.c
executable file
·83 lines (45 loc) · 2.45 KB
/
DirectEncode_i.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* this file contains the actual definitions of */
/* the IIDs and CLSIDs */
/* link this file in with the server and any clients */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Sep 30 14:13:38 2009
*/
/* Compiler settings for C:\Mark\Development\DirectEncode\DirectEncode.idl:
Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
*/
//@@MIDL_FILE_HEADING( )
#ifdef __cplusplus
extern "C"{
#endif
#ifndef __IID_DEFINED__
#define __IID_DEFINED__
typedef struct _IID
{
unsigned long x;
unsigned short s1;
unsigned short s2;
unsigned char c[8];
} IID;
#endif // __IID_DEFINED__
#ifndef CLSID_DEFINED
#define CLSID_DEFINED
typedef IID CLSID;
#endif // CLSID_DEFINED
const IID IID_IDirectEncodeVB = {0x587A41A2,0xFE3D,0x4BE0,{0xA6,0x16,0x79,0x39,0x61,0xCA,0xF7,0xAC}};
const IID IID_IStandardMpegMultiplexerProfile = {0x7E772181,0xB7ED,0x4d9d,{0xA3,0x64,0x0E,0x87,0x71,0xAA,0xFF,0x70}};
const IID IID_IStandardMpegEncoderProfile = {0x182EB270,0x5FA5,0x46e8,{0x83,0xBA,0x40,0xF7,0x20,0x5C,0x54,0x5B}};
const IID IID_IStandardMpegEncoderStats = {0xC9510218,0xF457,0x4d51,{0x83,0x89,0x73,0x86,0xE6,0xED,0xD0,0xEF}};
const IID IID_IStandardMpegEncoder = {0x91D3D934,0x6DEE,0x42c5,{0xA6,0x87,0x6F,0x81,0xE1,0x16,0x25,0x59}};
const IID LIBID_StandardMpegEncoderLib = {0xF8485A7F,0x42AE,0x4414,{0xA0,0x9F,0xE1,0xB2,0x62,0xE6,0x8B,0x0B}};
const CLSID CLSID_StandardMpegEncoder = {0xCFD87339,0xC61F,0x46ca,{0xB6,0xA1,0xF8,0x7D,0x6B,0x96,0x24,0x3E}};
const CLSID CLSID_StandardMpegEncoderStats = {0x1C356305,0x4D1C,0x45e1,{0xAA,0x93,0x1A,0xE1,0x6C,0x7D,0xE4,0x29}};
const CLSID CLSID_StandardMpegEncoderProfile = {0xD4D68F8A,0xB665,0x41d4,{0x94,0xD1,0xE8,0x84,0x30,0x01,0xE3,0x46}};
const CLSID CLSID_StandardMpegMultiplexerProfile = {0x022A32A5,0x3689,0x4d5f,{0xB8,0xCC,0xC2,0x66,0x55,0xC2,0xBA,0x03}};
const CLSID CLSID_StandardMpegEncoderGeneralProps = {0x4A6D5C73,0x270C,0x4c05,{0x87,0x1A,0x28,0x23,0x0F,0x2A,0x8B,0xCC}};
const CLSID CLSID_StandardMpegEncoderVideoProps = {0xDCD4E0B0,0xFE55,0x44c6,{0x9B,0x4C,0x1E,0x78,0xFA,0x2D,0x6D,0x2C}};
const CLSID CLSID_StandardMpegEncoderAudioProps = {0xBDB70B23,0xBAA7,0x44a5,{0x8C,0xB5,0xA3,0xF5,0xF3,0x48,0x65,0xC8}};
const CLSID CLSID_DirectEncodeVB = {0x02E4605E,0xD632,0x4249,{0xAA,0x9F,0x3B,0x21,0x5B,0xE8,0x69,0x81}};
#ifdef __cplusplus
}
#endif