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