10#ifndef ZEP_STREAM_INTERFACE_HPP_
11#define ZEP_STREAM_INTERFACE_HPP_
17class TimestampInterface;
22class StreamInterface {
30 const std::shared_ptr<TimestampInterface>& timestamp) = 0;
Common callback interface for stream functions.
Definition StreamInterface.hpp:38
Stream function interface on the endpoint side.
Definition StreamInterface.hpp:22
virtual void SetTimestamp(const std::shared_ptr< TimestampInterface > ×tamp)=0
このストリームで用いるタイムスタンプを設定する。
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19