FeedbackFrameSink Class¶
Description¶
Feedback 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_FeedbackFrameSink_handle(easyar_FeedbackFrameSink * This, easyar_FeedbackFrame * inputData)¶
- Traditional C++: void handle(FeedbackFrame * inputData)¶
- Java: public void handle(@Nonnull FeedbackFrame inputData)¶
- Kotlin: fun handle(inputData: FeedbackFrame): Unit¶
- Objective-C: - (void)handle:(easyar_FeedbackFrame *)inputData¶
- Swift: public func handle(_ inputData: FeedbackFrame) -> Void¶
- C#: public virtual void handle(FeedbackFrame inputData)¶