10#ifndef ZEP_SOURCE_STREAM_INTERFACE_HPP_
11#define ZEP_SOURCE_STREAM_INTERFACE_HPP_
Common callback interface for source-side stream functions.
Definition SourceStreamInterface.hpp:34
virtual void OnChangeStopSupplyStatus(bool value)
Callback called when data supply suppression state changes.
Definition SourceStreamInterface.hpp:42
Source-side stream function interface.
Definition SourceStreamInterface.hpp:18
virtual bool GetStopSupplyStatus() const noexcept=0
Get data supply suppression status.
Namespace for ZEP SDK.
Definition FactoryInterface.hpp:19