10#ifndef ZEP_STREAM_INTERFACE_HPP_
11#define ZEP_STREAM_INTERFACE_HPP_
13#include <memory> #define ZEP_STREAM_INTERFACE_HPP_ #include <memory
17class TimestampInterface;
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
Set the timestamp to be used for this stream.
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19