Zao SDK for Jetson / libzao-endpoint API リファレンス 1.6.0.0 (2024-12-24)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zao::endpoint::StreamInterface Class Referenceabstract

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

#include <StreamInterface.hpp>

Public Member Functions

virtual void SetTimestamp (std::shared_ptr< TimestampInterface > timestamp)=0
 このストリームで用いるタイムスタンプを設定する。
 
virtual ~StreamInterface () noexcept=default
 StreamInterface オブジェクトを破棄する。
 

Detailed Description

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

Member Function Documentation

◆ SetTimestamp()

virtual void zao::endpoint::StreamInterface::SetTimestamp ( std::shared_ptr< TimestampInterface timestamp)
pure virtual

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

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

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