10#ifndef ZEP_VIDEO_FACTORY_INTERFACE_HPP_
11#define ZEP_VIDEO_FACTORY_INTERFACE_HPP_
16#include "NvSourceInterface.hpp"
28class FactoryInterface {
36 const std::string& stream_name) = 0;
factory function interface for video-related streams
Definition FactoryInterface.hpp:28
virtual std::unique_ptr< NvSourceInterface > CreateNvSource(const std::string &stream_name)=0
NvSourceのインスタンスを生成する。
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19