|
Zao SDK for Jetson / libzao-endpoint API リファレンス 1.5.0.0 (2024-09-25)
|
ストリーミング状態を表すクラス. More...
#include <StreamingState.hpp>
Public Member Functions | |
| StreamingState () | |
| StreamingStateオブジェクトをデフォルト構築する. | |
| StreamingState (bool is_streaming) | |
| StreamingStateオブジェクトを初期値指定で構築する. | |
| bool | IsStreaming () const noexcept |
| ストリーミング中か否か. | |
ストリーミング状態を表すクラス.
|
inline |
StreamingStateオブジェクトを初期値指定で構築する.
| is_streaming | ストリーミング中か否か. |