1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for mftransform.idl:
8       Oicf, W1, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext, robust
10       error checks: allocation ref bounds_check enum stub_data 
11       VC __declspec() decoration level: 
12                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13                DECLSPEC_UUID(), MIDL_INTERFACE()
14 */
15 //@@MIDL_FILE_HEADING(  )
16
17 #pragma warning( disable: 4049 )  /* more than 64k source lines */
18
19
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 500
23 #endif
24
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
29
30 #include "rpc.h"
31 #include "rpcndr.h"
32
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
36
37 #ifndef COM_NO_WINDOWS_H
38 #include "windows.h"
39 #include "ole2.h"
40 #endif /*COM_NO_WINDOWS_H*/
41
42 #ifndef __mftransform_h__
43 #define __mftransform_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IMFTransform_FWD_DEFINED__
52 #define __IMFTransform_FWD_DEFINED__
53 typedef interface IMFTransform IMFTransform;
54 #endif     /* __IMFTransform_FWD_DEFINED__ */
55
56
57 /* header files for imported files */
58 #include "mfobjects.h"
59
60 #ifdef __cplusplus
61 extern "C"{
62 #endif 
63
64
65 /* interface __MIDL_itf_mftransform_0000_0000 */
66 /* [local] */ 
67
68
69 enum _MFT_INPUT_DATA_BUFFER_FLAGS
70       {    MFT_INPUT_DATA_BUFFER_PLACEHOLDER    = 0xffffffff
71       } ;
72
Lines 73 ... 559 are skipped.
560
561 //
562 // Define the MFT methods back so we don't accidentally hose the IMediaObject interface.
563 //
564 #ifdef MFT_UNIQUE_METHOD_NAMES
565 #undef GetStreamLimits             
566 #undef GetStreamCount               
567 #undef GetStreamIDs                  
568 #undef GetInputStreamInfo        
569 #undef GetOutputStreamInfo      
570 #undef DeleteInputStream          
571 #undef AddInputStreams             
572 #undef GetInputAvailableType  
573 #undef GetOutputAvailableType 
574 #undef SetInputType                  
575 #undef SetOutputType                
576 #undef GetInputCurrentType      
577 #undef GetOutputCurrentType     
578 #undef GetInputStatus               
579 #undef GetOutputStatus             
580 #undef SetOutputBounds             
581 #undef ProcessMessage               
582 #undef ProcessInput                  
583 #undef ProcessOutput                
584 #endif
585 static const PROPERTYKEY MFPKEY_CLSID = { { 0xc57a84c0, 0x1a80, 0x40a3, {0x97, 0xb5, 0x92, 0x72, 0xa4, 0x3, 0xc8, 0xae} }, 0x01 }; 
586 static const PROPERTYKEY MFPKEY_CATEGORY = { { 0xc57a84c0, 0x1a80, 0x40a3, {0x97, 0xb5, 0x92, 0x72, 0xa4, 0x3, 0xc8, 0xae} }, 0x02 }; 
587 static const PROPERTYKEY MFPKEY_EXATTRIBUTE_SUPPORTED = { { 0x456fe843, 0x3c87, 0x40c0, {0x94, 0x9d, 0x14, 0x9, 0xc9, 0x7d, 0xab, 0x2c} }, 0x01 }; 
588 static const PROPERTYKEY MFPKEY_MULTICHANNEL_CHANNEL_MASK  = { { 0x58bdaf8c, 0x3224, 0x4692, { 0x86, 0xd0, 0x44, 0xd6, 0x5c, 0x5b, 0xf8, 0x2b } }, 0x01 }; 
589 static const GUID MF_SA_D3D_AWARE = { 0xeaa35c29,  0x775e, 0x488e, { 0x9b, 0x61, 0xb3, 0x28, 0x3e, 0x49, 0x58, 0x3b } }; 
590 static const GUID MF_SA_REQUIRED_SAMPLE_COUNT = { 0x18802c61, 0x324b, 0x4952, { 0xab, 0xd0, 0x17, 0x6f, 0xf5, 0xc6, 0x96, 0xff } };
591
592
593 extern RPC_IF_HANDLE __MIDL_itf_mftransform_0000_0001_v0_0_c_ifspec;
594 extern RPC_IF_HANDLE __MIDL_itf_mftransform_0000_0001_v0_0_s_ifspec;
595
596 /* Additional Prototypes for ALL interfaces */
597
598 /* end of Additional Prototypes */
599
600 #ifdef __cplusplus
601 }
602 #endif
603
604 #endif
605
606
607
608