Zao SDK for Jetson / libzep API Reference
|
factory function interface for audio related streams More...
#include <FactoryInterface.hpp>
Public Member Functions | |
virtual std::unique_ptr< PcmSourceInterface > | CreatePcmSource (const std::string &stream_name)=0 |
Create an instance of PcmSource. | |
virtual std::unique_ptr< PcmSinkInterface > | CreatePcmSink (const std::string &stream_name)=0 |
Create an instance of PcmSink. | |
virtual std::unique_ptr< PcmSourceInterface > | CreatePcmSource (const std::string &stream_name)=0 |
PcmSourceのインスタンスを生成する。 | |
virtual std::unique_ptr< PcmSinkInterface > | CreatePcmSink (const std::string &stream_name)=0 |
PcmSinkのインスタンスを生成する。 | |
factory function interface for audio related streams
音声関連ストリームのファクトリ機能インターフェース
|
pure virtual |
Create an instance of PcmSink.
stream_name | Name of the target stream. |
|
pure virtual |
PcmSinkのインスタンスを生成する。
stream_name | 対象とするストリームの名前 |
|
pure virtual |
Create an instance of PcmSource.
stream_name | Name of the target stream. |
|
pure virtual |
PcmSourceのインスタンスを生成する。
stream_name | 対象とするストリームの名前 |