See vidl2_dshow.h for details.
Definition in file vidl2_dshow.cxx.
#include "vidl2_dshow.h"
#include <vidl2/vidl2_exception.h>
#include <vidl2/vidl2_pixel_format.h>
#include <vcl_cassert.h>
#include <vcl_iostream.h>
#include <vcl_sstream.h>
#include <vcl_map.h>
#include <vcl_utility.h>
#include <vcl_iterator.h>
#include <vcl_algorithm.h>
#include <uuids.h>
Go to the source code of this file.
Defines | |
| #define | OUR_GUID_ENTRY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) { #name, { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } } }, |
| #define OUR_GUID_ENTRY | ( | name, | |||
| l, | |||||
| w1, | |||||
| w2, | |||||
| b1, | |||||
| b2, | |||||
| b3, | |||||
| b4, | |||||
| b5, | |||||
| b6, | |||||
| b7, | |||||
| b8 | ) | { #name, { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } } }, |
| vcl_map<vcl_string,CComPtr<IMoniker> > capture_devices_ |
Definition at line 54 of file vidl2_dshow.cxx.
| GUID guid |
Definition at line 189 of file vidl2_dshow.cxx.
| char* name |
Definition at line 188 of file vidl2_dshow.cxx.
1.5.1