1#ifndef ZAO_ENDPOINT_MONITOR_STREAMING_STATE_HPP_
2#define ZAO_ENDPOINT_MONITOR_STREAMING_STATE_HPP_
34 bool is_streaming_ =
false;
ストリーミング状態を表すクラス.
Definition StreamingState.hpp:11
StreamingState(bool is_streaming)
StreamingStateオブジェクトを初期値指定で構築する.
Definition StreamingState.hpp:23
StreamingState()
StreamingStateオブジェクトをデフォルト構築する.
Definition StreamingState.hpp:16
bool IsStreaming() const noexcept
ストリーミング中か否か.
Definition StreamingState.hpp:28
Zao製品共通の名前空間
Definition FactoryInterface.hpp:11