1#ifndef ZAO_ENDPOINT_STREAM_INTERFACE_HPP_
2#define ZAO_ENDPOINT_STREAM_INTERFACE_HPP_
9class TimestampInterface;
24 virtual void SetTimestamp(std::shared_ptr<TimestampInterface> timestamp) = 0;
ストリーム機能の共通コールバックインターフェース
Definition StreamInterface.hpp:37
virtual ~StreamCallbackInterface() noexcept=default
StreamCallbackInterface オブジェクトを破棄する。
エンドポイント側のストリーム機能インターフェース
Definition StreamInterface.hpp:15
virtual ~StreamInterface() noexcept=default
StreamInterface オブジェクトを破棄する。
virtual void SetTimestamp(std::shared_ptr< TimestampInterface > timestamp)=0
このストリームで用いるタイムスタンプを設定する。
Zao製品共通の名前空間
Definition FactoryInterface.hpp:11