Zao SDK for Jetson / libzep API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zep::SourceStreamCallbackInterface Class Reference

Common callback interface for source-side stream functions. More...

#include <SourceStreamInterface.hpp>

Public Member Functions

virtual void OnChangeStopSupplyStatus (bool value)
 Callback called when data supply suppression state changes.
 
virtual void OnChangeStopSupplyStatus (bool value)
 データ供給抑制状態が変化した時に呼び出されるコールバック。
 

Detailed Description

Common callback interface for source-side stream functions.

ソース側ストリーム機能の共通コールバックインターフェース

Member Function Documentation

◆ OnChangeStopSupplyStatus() [1/2]

virtual void zep::SourceStreamCallbackInterface::OnChangeStopSupplyStatus ( bool  value)
inlinevirtual

Callback called when data supply suppression state changes.

Parameters
valueNew data supply suppression state. (if true, there is a request to suppress transmission; if false, there is no request)

◆ OnChangeStopSupplyStatus() [2/2]

virtual void zep::SourceStreamCallbackInterface::OnChangeStopSupplyStatus ( bool  value)
inlinevirtual

データ供給抑制状態が変化した時に呼び出されるコールバック。

Parameters
value新しいデータ供給抑制状態 (trueならば送信抑制要求あり、falseならば要求なし)

The documentation for this class was generated from the following files: