InputFrameSink Class¶
Description¶
Input 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_InputFrameSink_handle(easyar_InputFrameSink * This, easyar_InputFrame * inputData)
¶
-
Traditional C++:
void handle(InputFrame * inputData)
¶
-
Java:
public void handle(@Nonnull InputFrame inputData)
¶
-
Kotlin:
fun handle(inputData: InputFrame): Unit
¶
-
Objective-C:
- (void)handle:(easyar_InputFrame *)inputData
¶
-
Swift:
public func handle(_ inputData: InputFrame) -> Void
¶
-
C#:
public virtual void handle(InputFrame inputData)
¶