Video backend
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "VideoIOConfig.h"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
class VideoIODevice;
|
||||
|
||||
std::unique_ptr<VideoIODevice> CreateVideoIODevice(VideoIOBackendId backendId, std::string& error);
|
||||
Reference in New Issue
Block a user