Zao SDK for Jetson / libzao-endpoint API リファレンス 1.5.0.0 (2024-09-25)
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::shared_ptr< NvSourceInterfaceCreateNvSource (const std::string &stream_name)=0
 NvSourceのインスタンスを生成する。
 

Detailed Description

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

Member Function Documentation

◆ CreateNvSource()

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

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

Parameters
stream_name対象とするストリームの名前
Since
SDK 1.3 より、戻り値の型が std::shared_ptr に変更された。

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