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