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 wmcontainer.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 __wmcontainer_h__
43 #define __wmcontainer_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IMFASFContentInfo_FWD_DEFINED__
52 #define __IMFASFContentInfo_FWD_DEFINED__
53 typedef interface IMFASFContentInfo IMFASFContentInfo;
54 #endif     /* __IMFASFContentInfo_FWD_DEFINED__ */
55
56
57 #ifndef __IMFASFProfile_FWD_DEFINED__
58 #define __IMFASFProfile_FWD_DEFINED__
59 typedef interface IMFASFProfile IMFASFProfile;
60 #endif     /* __IMFASFProfile_FWD_DEFINED__ */
61
62
63 #ifndef __IMFASFStreamConfig_FWD_DEFINED__
64 #define __IMFASFStreamConfig_FWD_DEFINED__
65 typedef interface IMFASFStreamConfig IMFASFStreamConfig;
66 #endif     /* __IMFASFStreamConfig_FWD_DEFINED__ */
67
68
69 #ifndef __IMFASFMutualExclusion_FWD_DEFINED__
70 #define __IMFASFMutualExclusion_FWD_DEFINED__
71 typedef interface IMFASFMutualExclusion IMFASFMutualExclusion;
72 #endif     /* __IMFASFMutualExclusion_FWD_DEFINED__ */
Lines 73 ... 2475 are skipped.
2476       IPropertyStore * pEncodingConfigurationProperties, 
2477       IMFActivate ** ppActivate 
2478       );
2479 HRESULT STDMETHODCALLTYPE
2480 MFCreateWMAEncoderActivate(
2481       IMFMediaType * pMediaType, 
2482       IPropertyStore * pEncodingConfigurationProperties, 
2483       IMFActivate ** ppActivate 
2484       );
2485 static const PROPERTYKEY MFPKEY_ASFMEDIASINK_BASE_SENDTIME = { { 0xcddcbc82, 0x3411, 0x4119, 0x91, 0x35, 0x84, 0x23, 0xc4, 0x1b, 0x39, 0x57}, 3  }; 
2486 static const PROPERTYKEY MFPKEY_ASFMEDIASINK_AUTOADJUST_BITRATE = { { 0xcddcbc82, 0x3411, 0x4119, 0x91, 0x35, 0x84, 0x23, 0xc4, 0x1b, 0x39, 0x57}, 4  }; 
2487 static const PROPERTYKEY MFPKEY_ASFMEDIASINK_DRMACTION = { { 0xa1db6f6c, 0x1d0a, 0x4cb6, 0x82, 0x54, 0xcb, 0x36, 0xbe, 0xed, 0xbc, 0x48}, 5  }; 
2488 typedef 
2489 enum _MFSINK_WMDRMACTION
2490       {    MFSINK_WMDRMACTION_UNDEFINED    = 0,
2491     MFSINK_WMDRMACTION_ENCODE    = 1,
2492     MFSINK_WMDRMACTION_TRANSCODE    = 2,
2493     MFSINK_WMDRMACTION_TRANSCRYPT    = 3,
2494     MFSINK_WMDRMACTION_LAST    = 3
2495       }     MFSINK_WMDRMACTION;
2496
2497 static const PROPERTYKEY MFPKEY_ASFSTREAMSINK_CORRECTED_LEAKYBUCKET = { { 0xa2f152fb, 0x8ad9, 0x4a11, 0xb3, 0x45, 0x2c, 0xe2, 0xfa, 0xd8, 0x72, 0x3d}, 1  }; 
2498 // 
2499 // Define WMContainer constants 
2500 // 
2501 #define  MFASF_MAX_STREAM_NUMBER           127
2502 #define  MFASF_INVALID_STREAM_NUMBER  ( MFASF_MAX_STREAM_NUMBER + 1 )
2503 #define  MFASF_PAYLOADEXTENSION_MAX_SIZE             0xff
2504 #define  MFASF_PAYLOADEXTENSION_VARIABLE_SIZE     0xffff
2505 #define  MFASF_DEFAULT_BUFFER_WINDOW_MS         3000
2506 // 
2507
2508
2509 extern RPC_IF_HANDLE __MIDL_itf_wmcontainer_0000_0009_v0_0_c_ifspec;
2510 extern RPC_IF_HANDLE __MIDL_itf_wmcontainer_0000_0009_v0_0_s_ifspec;
2511
2512 /* Additional Prototypes for ALL interfaces */
2513
2514 /* end of Additional Prototypes */
2515
2516 #ifdef __cplusplus
2517 }
2518 #endif
2519
2520 #endif
2521
2522
2523
2524