📄 wmcodeciface.h
字号:
/*
* Openmysee
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0347 */
/* at Tue Feb 18 17:09:53 2003
*/
/* Compiler settings for wmcodec.idl:
Os, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@MIDL_FILE_HEADING( )
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 440
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __wmcodec_h_h__
#define __wmcodec_h_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IWMVideoDecoderHurryup_FWD_DEFINED__
#define __IWMVideoDecoderHurryup_FWD_DEFINED__
typedef interface IWMVideoDecoderHurryup IWMVideoDecoderHurryup;
#endif /* __IWMVideoDecoderHurryup_FWD_DEFINED__ */
#ifndef __IWMCodecStrings_FWD_DEFINED__
#define __IWMCodecStrings_FWD_DEFINED__
typedef interface IWMCodecStrings IWMCodecStrings;
#endif /* __IWMCodecStrings_FWD_DEFINED__ */
#ifndef __IWMCodecProps_FWD_DEFINED__
#define __IWMCodecProps_FWD_DEFINED__
typedef interface IWMCodecProps IWMCodecProps;
#endif /* __IWMCodecProps_FWD_DEFINED__ */
#ifndef __IWMCodecLeakyBucket_FWD_DEFINED__
#define __IWMCodecLeakyBucket_FWD_DEFINED__
typedef interface IWMCodecLeakyBucket IWMCodecLeakyBucket;
#endif /* __IWMCodecLeakyBucket_FWD_DEFINED__ */
#ifndef __IWMCodecMetaData_FWD_DEFINED__
#define __IWMCodecMetaData_FWD_DEFINED__
typedef interface IWMCodecMetaData IWMCodecMetaData;
#endif /* __IWMCodecMetaData_FWD_DEFINED__ */
#ifndef __IWMCodecOutputTimestamp_FWD_DEFINED__
#define __IWMCodecOutputTimestamp_FWD_DEFINED__
typedef interface IWMCodecOutputTimestamp IWMCodecOutputTimestamp;
#endif /* __IWMCodecOutputTimestamp_FWD_DEFINED__ */
#ifndef __IWMCodecPrivateData_FWD_DEFINED__
#define __IWMCodecPrivateData_FWD_DEFINED__
typedef interface IWMCodecPrivateData IWMCodecPrivateData;
#endif /* __IWMCodecPrivateData_FWD_DEFINED__ */
/* header files for imported files */
#include "mediaobj.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
/* interface __MIDL_itf_wmcodec_0000 */
/* [local] */
//=========================================================================
//
// Microsoft Windows Media
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//=========================================================================
EXTERN_GUID( IID_IWMVideoDecoderHurryup, 0x352bb3bd, 0x2d4d, 0x4323, 0x9e, 0x71, 0xdc, 0xdc, 0xfb, 0xd5, 0x3c, 0xa6);
EXTERN_GUID( IID_IWMCodecStrings, 0xA7B2504B, 0xE58A, 0x47fb, 0x95, 0x8B, 0xCA, 0xC7, 0x16, 0x5A, 0x05, 0x7D);
EXTERN_GUID( IID_IWMCodecProps, 0x2573e11a, 0xf01a, 0x4fdd, 0xa9, 0x8d, 0x63, 0xb8, 0xe0, 0xbA, 0x95, 0x89);
EXTERN_GUID( IID_IWMCodecLeakyBucket, 0xA81BA647, 0x6227, 0x43b7, 0xB2, 0x31, 0xC7, 0xB1, 0x51, 0x35, 0xDD, 0x7D);
EXTERN_GUID( IID_IWMCodecMetaData, 0xd051ed9f, 0xbc5c, 0x4e83, 0xb1, 0x4e, 0x84, 0x28, 0x48, 0x5c, 0x28, 0x6a);
EXTERN_GUID( IID_IWMCodecOutputTimestamp,0xB72ADF95, 0x7ADC, 0x4a72, 0xBC, 0x05, 0x57, 0x7D, 0x8E, 0xA6, 0xBF, 0x68);
EXTERN_GUID( IID_IWMCodecPrivateData, 0x73f0be8e, 0x57f7, 0x4f01, 0xaa, 0x66, 0x9f, 0x57, 0x34, 0xc, 0xfe, 0xe );
typedef
enum WMT_PROP_DATATYPE
{ WMT_PROP_TYPE_DWORD = 0,
WMT_PROP_TYPE_STRING = 1,
WMT_PROP_TYPE_BINARY = 2,
WMT_PROP_TYPE_BOOL = 3,
WMT_PROP_TYPE_QWORD = 4,
WMT_PROP_TYPE_WORD = 5,
WMT_PROP_TYPE_GUID = 6
} WMT_PROP_DATATYPE;
extern RPC_IF_HANDLE __MIDL_itf_wmcodec_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_wmcodec_0000_v0_0_s_ifspec;
#ifndef __IWMVideoDecoderHurryup_INTERFACE_DEFINED__
#define __IWMVideoDecoderHurryup_INTERFACE_DEFINED__
/* interface IWMVideoDecoderHurryup */
/* [local][unique][helpstring][uuid][object] */
EXTERN_C const IID IID_IWMVideoDecoderHurryup;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("352bb3bd-2d4d-4323-9e71-dcdcfbd53ca6")
IWMVideoDecoderHurryup : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE SetHurryup(
/* [in] */ LONG lHurryup) = 0;
virtual HRESULT STDMETHODCALLTYPE GetHurryup(
/* [out] */ LONG *plHurryup) = 0;
};
#else /* C style interface */
typedef struct IWMVideoDecoderHurryupVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IWMVideoDecoderHurryup * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IWMVideoDecoderHurryup * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IWMVideoDecoderHurryup * This);
HRESULT ( STDMETHODCALLTYPE *SetHurryup )(
IWMVideoDecoderHurryup * This,
/* [in] */ LONG lHurryup);
HRESULT ( STDMETHODCALLTYPE *GetHurryup )(
IWMVideoDecoderHurryup * This,
/* [out] */ LONG *plHurryup);
END_INTERFACE
} IWMVideoDecoderHurryupVtbl;
interface IWMVideoDecoderHurryup
{
CONST_VTBL struct IWMVideoDecoderHurryupVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IWMVideoDecoderHurryup_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IWMVideoDecoderHurryup_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IWMVideoDecoderHurryup_Release(This) \
(This)->lpVtbl -> Release(This)
#define IWMVideoDecoderHurryup_SetHurryup(This,lHurryup) \
(This)->lpVtbl -> SetHurryup(This,lHurryup)
#define IWMVideoDecoderHurryup_GetHurryup(This,plHurryup) \
(This)->lpVtbl -> GetHurryup(This,plHurryup)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE IWMVideoDecoderHurryup_SetHurryup_Proxy(
IWMVideoDecoderHurryup * This,
/* [in] */ LONG lHurryup);
void __RPC_STUB IWMVideoDecoderHurryup_SetHurryup_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IWMVideoDecoderHurryup_GetHurryup_Proxy(
IWMVideoDecoderHurryup * This,
/* [out] */ LONG *plHurryup);
void __RPC_STUB IWMVideoDecoderHurryup_GetHurryup_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IWMVideoDecoderHurryup_INTERFACE_DEFINED__ */
#ifndef __IWMCodecStrings_INTERFACE_DEFINED__
#define __IWMCodecStrings_INTERFACE_DEFINED__
/* interface IWMCodecStrings */
/* [local][unique][helpstring][uuid][object] */
EXTERN_C const IID IID_IWMCodecStrings;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("A7B2504B-E58A-47fb-958B-CAC7165A057D")
IWMCodecStrings : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE GetName(
/* [in] */ DMO_MEDIA_TYPE *pmt,
/* [in] */ ULONG cchLength,
/* [out] */ WCHAR *szName,
/* [out] */ ULONG *pcchLength) = 0;
virtual HRESULT STDMETHODCALLTYPE GetDescription(
/* [in] */ DMO_MEDIA_TYPE *pmt,
/* [in] */ ULONG cchLength,
/* [out] */ WCHAR *szDescription,
/* [out] */ ULONG *pcchLength) = 0;
};
#else /* C style interface */
typedef struct IWMCodecStringsVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IWMCodecStrings * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IWMCodecStrings * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IWMCodecStrings * This);
HRESULT ( STDMETHODCALLTYPE *GetName )(
IWMCodecStrings * This,
/* [in] */ DMO_MEDIA_TYPE *pmt,
/* [in] */ ULONG cchLength,
/* [out] */ WCHAR *szName,
/* [out] */ ULONG *pcchLength);
HRESULT ( STDMETHODCALLTYPE *GetDescription )(
IWMCodecStrings * This,
/* [in] */ DMO_MEDIA_TYPE *pmt,
/* [in] */ ULONG cchLength,
/* [out] */ WCHAR *szDescription,
/* [out] */ ULONG *pcchLength);
END_INTERFACE
} IWMCodecStringsVtbl;
interface IWMCodecStrings
{
CONST_VTBL struct IWMCodecStringsVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IWMCodecStrings_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IWMCodecStrings_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IWMCodecStrings_Release(This) \
(This)->lpVtbl -> Release(This)
#define IWMCodecStrings_GetName(This,pmt,cchLength,szName,pcchLength) \
(This)->lpVtbl -> GetName(This,pmt,cchLength,szName,pcchLength)
#define IWMCodecStrings_GetDescription(This,pmt,cchLength,szDescription,pcchLength) \
(This)->lpVtbl -> GetDescription(This,pmt,cchLength,szDescription,pcchLength)
#endif /* COBJMACROS */
#endif /* C style interface */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -