#include <list>
#include <string>
#include "singleton.h"
#include "avcap-config.h"
#include "avcap-export.h"
Include dependency graph for DeviceCollector.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | avcap |
Data Structures | |
class | avcap::DeviceCollector |
This singleton queries the capture devices available on the system and provides a factory-method to create CaptureDevice-objects. More... | |
Typedefs | |
typedef Singleton< DeviceCollector > | avcap::DEVICE_COLLECTOR |
The DeviceCollector singleton. Access the singleton instance via DEVICE_COLLECTOR::instance(). |