mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Added a few defs for directshow
This commit is contained in:
parent
155604428e
commit
63aa6ff557
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user