mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-16 09:20:11 -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 IMediaControl;
|
||||||
|
class IMemInputPin;
|
||||||
class IGraphBuilder;
|
class IGraphBuilder;
|
||||||
class ICaptureGraphBuilder2;
|
class ICaptureGraphBuilder2;
|
||||||
class IBaseFilter;
|
class IBaseFilter;
|
||||||
class IVMRWindowlessControl;
|
class IAMStreamConfig;
|
||||||
template <class T> class CComPtr;
|
template <class T> class CComPtr;
|
||||||
|
@ -31,6 +31,11 @@ typedef long HRESULT;
|
|||||||
typedef int CRITICAL_SECTION;
|
typedef int CRITICAL_SECTION;
|
||||||
typedef int HANDLE;
|
typedef int HANDLE;
|
||||||
typedef void *LPVOID;
|
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
|
#define WINAPI
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user