Table of Contents

Class OutputFrameSink

Namespace
easyar

Output frame input port. Used to expose an input port of a component. All members of this class are thread-safe.

OutputFrameSink

Methods

handle

Pass in a data

void easyar_OutputFrameSink_handle(easyar_OutputFrameSink * This, easyar_OutputFrame * inputData)
void handle(std::shared_ptr<OutputFrame> inputData)
public void handle(@Nonnull OutputFrame inputData)
fun handle(inputData: OutputFrame): Unit
- (void)handle:(easyar_OutputFrame *)inputData
public func handle(_ inputData: OutputFrame) -> Void
public virtual void handle(OutputFrame inputData)

Parameters

inputData OutputFrame

Returns

Void