Zao SDK for Jetson / libzep API Reference
|
Namespace for ZEP SDK. More...
Namespaces | |
namespace | audio |
Namespace for all audio related elements. | |
namespace | control |
Namespace that summarizes control relationship elements. | |
namespace | serial |
Namespace for serial communication tunneling related elements. | |
namespace | video |
Namespace for all video-related elements. | |
Classes | |
class | ClientCallbackInterface |
クライアント制御のコールバックインターフェース More... | |
class | ClientInterface |
エンドポイントのクライアント制御インターフェース More... | |
struct | LineInfo |
RASCOW2 Line status list format. More... | |
class | NvSourceCallbackInterface |
NVIDIA Multimedia API for video source functionality. callback interface. More... | |
class | NvSourceInterface |
Video source function interface using NVIDIA Multimedia API. More... | |
class | SinkStreamCallbackInterface |
Common callback interface for sink-side stream functions. More... | |
class | SinkStreamInterface |
Sink-side stream function interface. More... | |
class | SourceStreamCallbackInterface |
Common callback interface for source-side stream functions. More... | |
class | SourceStreamInterface |
Source-side stream function interface. More... | |
class | StreamCallbackInterface |
Common callback interface for stream functions. More... | |
class | StreamInterface |
Stream function interface on the endpoint side. More... | |
class | TimestampInterface |
Interface to timestamp management functions. More... | |
Functions | |
std::shared_ptr< ClientInterface > | CreateClient () |
Generate Client object. | |
std::shared_ptr< ClientInterface > | CreateClient (const std::shared_ptr< spdlog::logger > &logger_reference) |
Create Client object. | |
Variables | |
return | num_of_channels |
Namespace for ZEP SDK.
ZEP SDK用名前空間
std::shared_ptr< ClientInterface > zep::CreateClient | ( | ) |
Generate Client object.
Clientオブジェクトを生成する。
std::shared_ptr< ClientInterface > zep::CreateClient | ( | const std::shared_ptr< spdlog::logger > & | logger_reference | ) |
Create Client object.
Clientオブジェクトを生成する。
logger_reference | Logger to be referenced. |
logger_reference | 参照元となるロガー |