1#ifndef ZAO_ENDPOINT_VIDEO_FACTORY_INTERFACE_HPP_ 
    2#define ZAO_ENDPOINT_VIDEO_FACTORY_INTERFACE_HPP_ 
    7#include "NvSourceInterface.hpp" 
   35      const std::string& stream_name) = 0;
 
映像関連ストリームのファクトリ機能インターフェース
Definition FactoryInterface.hpp:22
virtual std::shared_ptr< NvSourceInterface > CreateNvSource(const std::string &stream_name)=0
NvSourceのインスタンスを生成する。
virtual ~FactoryInterface() noexcept=default
FactoryInterface オブジェクトを破棄する。
Zao製品共通の名前空間
Definition FactoryInterface.hpp:11