Table of Contents

Class InputFrameSink

名前空間
easyar

入力フレーム入力ポート。 コンポーネントの入力ポートを公開するために使用されます。 このクラスのすべてのメンバーはスレッドセーフです。

InputFrameSink

メソッド

handle

データを入力します。

void easyar_InputFrameSink_handle(easyar_InputFrameSink * This, easyar_InputFrame * inputData)
void handle(std::shared_ptr<InputFrame> inputData)
public void handle(@Nonnull InputFrame inputData)
fun handle(inputData: InputFrame): Unit
- (void)handle:(easyar_InputFrame *)inputData
public func handle(_ inputData: InputFrame) -> Void
public virtual void handle(InputFrame inputData)

パラメーター

名前 説明
inputData InputFrame

戻り値

説明
Void