Zao SDK for Jetson / libzep API Reference
|
Stream function interface on the endpoint side. More...
#include <StreamInterface.hpp>
Public Member Functions | |
virtual void | SetTimestamp (const std::shared_ptr< TimestampInterface > ×tamp)=0 |
Set the timestamp to be used for this stream. | |
virtual void | SetTimestamp (const std::shared_ptr< TimestampInterface > ×tamp)=0 |
このストリームで用いるタイムスタンプを設定する。 | |
Stream function interface on the endpoint side.
エンドポイント側のストリーム機能インターフェース
#define ZEP_STREAM_INTERFACE_HPP
/**
|
pure virtual |
Set the timestamp to be used for this stream.
timestamp | timestamp management object. |
|
pure virtual |
このストリームで用いるタイムスタンプを設定する。
timestamp | タイムスタンプ管理オブジェクト |