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