1 #ifndef ZEP_VIDEO_FACTORY_INTERFACE_HPP_ 2 #define ZEP_VIDEO_FACTORY_INTERFACE_HPP_ 7 #include "NvSourceInterface.hpp" 27 const std::string& stream_name) = 0;
35 #endif // ZEP_VIDEO_FACTORY_INTERFACE_HPP_ ZEP SDK用名前空間
Definition: FactoryInterface.hpp:10
virtual std::unique_ptr< NvSourceInterface > CreateNvSource(const std::string &stream_name)=0
NvSourceのインスタンスを生成する。
映像関連ストリームのファクトリ機能インターフェース
Definition: FactoryInterface.hpp:19