DirectShow helper functions used in vidl. More...
#include "vidl_dshow.h"
#include <vidl/vidl_exception.h>
#include <vidl/vidl_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 } } }, |
DirectShow helper functions used in vidl.
See vidl_dshow.h for details.
Definition in file vidl_dshow.cxx.
#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 } } }, |