Zao SDK for Jetson / libzep API Reference
Loading...
Searching...
No Matches
Namespaces | Classes | Functions | Variables
zep Namespace 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< ClientInterfaceCreateClient ()
 Generate Client object.
 
std::shared_ptr< ClientInterfaceCreateClient (const std::shared_ptr< spdlog::logger > &logger_reference)
 Create Client object.
 

Variables

return num_of_channels
 

Detailed Description

Namespace for ZEP SDK.

ZEP SDK用名前空間

Function Documentation

◆ CreateClient() [1/2]

std::shared_ptr< ClientInterface > zep::CreateClient ( )

Generate Client object.

Clientオブジェクトを生成する。

Note
spdlog::default_logger is used for the logger.
Note
ロガーにはspdlog::default_loggerが使用される。

◆ CreateClient() [2/2]

std::shared_ptr< ClientInterface > zep::CreateClient ( const std::shared_ptr< spdlog::logger > &  logger_reference)

Create Client object.

Clientオブジェクトを生成する。

Parameters
logger_referenceLogger to be referenced.
Parameters
logger_reference参照元となるロガー