Added a few defs for directshow

This commit is contained in:
Josh Yelon 2007-11-04 07:32:16 +00:00
parent 155604428e
commit 63aa6ff557
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,10 @@
class IMoniker;
class IMediaSample;
class IMemAllocator;
class IMediaControl;
class IMemInputPin;
class IGraphBuilder;
class ICaptureGraphBuilder2;
class IBaseFilter;
class IVMRWindowlessControl;
class IAMStreamConfig;
template <class T> class CComPtr;

View File

@ -31,6 +31,11 @@ typedef long HRESULT;
typedef int CRITICAL_SECTION;
typedef int HANDLE;
typedef void *LPVOID;
typedef unsigned short WCHAR;
typedef WCHAR *BSTR;
typedef struct _MediaType AM_MEDIA_TYPE;
typedef struct _VIDEO_STREAM_CONFIG_CAPS VIDEO_STREAM_CONFIG_CAPS;
typedef struct _GUID GUID;
#define WINAPI