Zao SDK for Jetson / libzao-endpoint API リファレンス 1.2.0.0 (2023-10-30)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zao::endpoint::video::FactoryInterface Class Referenceabstract

映像関連ストリームのファクトリ機能インターフェース More...

#include <FactoryInterface.hpp>

Public Member Functions

virtual std::unique_ptr< NvSourceInterfaceCreateNvSource (const std::string &stream_name)=0
 NvSourceのインスタンスを生成する。
 

Detailed Description

映像関連ストリームのファクトリ機能インターフェース

Member Function Documentation

◆ CreateNvSource()

virtual std::unique_ptr< NvSourceInterface > zao::endpoint::video::FactoryInterface::CreateNvSource ( const std::string &  stream_name)
pure virtual

NvSourceのインスタンスを生成する。

Parameters
stream_name対象とするストリームの名前

The documentation for this class was generated from the following file: