Zao SDK for Jetson / libzep API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zep::StreamInterface Class Referenceabstract

Stream function interface on the endpoint side. More...

#include <StreamInterface.hpp>

Public Member Functions

virtual void SetTimestamp (const std::shared_ptr< TimestampInterface > &timestamp)=0
 Set the timestamp to be used for this stream.
 
virtual void SetTimestamp (const std::shared_ptr< TimestampInterface > &timestamp)=0
 このストリームで用いるタイムスタンプを設定する。
 

Detailed Description

Stream function interface on the endpoint side.

エンドポイント側のストリーム機能インターフェース

#define ZEP_STREAM_INTERFACE_HPP

/**

Member Function Documentation

◆ SetTimestamp() [1/2]

virtual void zep::StreamInterface::SetTimestamp ( const std::shared_ptr< TimestampInterface > &  timestamp)
pure virtual

Set the timestamp to be used for this stream.

Parameters
timestamptimestamp management object.

◆ SetTimestamp() [2/2]

virtual void zep::StreamInterface::SetTimestamp ( const std::shared_ptr< TimestampInterface > &  timestamp)
pure virtual

このストリームで用いるタイムスタンプを設定する。

Parameters
timestampタイムスタンプ管理オブジェクト

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