OutputFrameSink Class¶
Description¶
Output frame input port.
It is used to expose input port for a component.
All members of this class is thread-safe.
handle¶
Input data.
- C
 void easyar_OutputFrameSink_handle(easyar_OutputFrameSink * This, easyar_OutputFrame * inputData)
- C++
 void handle(std::shared_ptr<OutputFrame> inputData)
- Java
 public void handle(@Nonnull OutputFrame inputData)
- Kotlin
 fun handle(inputData: OutputFrame): Unit
- Objective-C
 - (void)handle:(easyar_OutputFrame *)inputData
- Swift
 public func handle(_ inputData: OutputFrame) -> Void
- C#
 public virtual void handle(OutputFrame inputData)