#include "webrtc/modules/video_capture/windows/sink_filter_ds.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/platform_thread.h"
#include "webrtc/modules/video_capture/windows/help_functions_ds.h"
#include "webrtc/system_wrappers/include/trace.h"
#include <Dvdmedia.h>
#include <initguid.h>
|
| DEFINE_GUID (CLSID_SINKFILTER, 0x88cdbbdc, 0xa73b, 0x4afa, 0xac, 0xbf, 0x15, 0xd5, 0xe2, 0xce, 0x12, 0xc3) |
|
◆ DELETE_RESET
#define DELETE_RESET |
( |
|
p | ) |
{ delete (p) ; (p) = NULL ;} |
◆ DEFINE_GUID()
DEFINE_GUID |
( |
CLSID_SINKFILTER |
, |
|
|
0x88cdbbdc |
, |
|
|
0xa73b |
, |
|
|
0x4afa |
, |
|
|
0xac |
, |
|
|
0xbf |
, |
|
|
0x15 |
, |
|
|
0xd5 |
, |
|
|
0xe2 |
, |
|
|
0xce |
, |
|
|
0x12 |
, |
|
|
0xc3 |
|
|
) |
| |