Class InputFrameSink
- Namespace
- easyar
Input frame input port. Used to expose an input port of a component. All members of this class are thread-safe.
InputFrameSink
Methods
handle
Pass in data.
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)
Parameters
| Name | Type | Description |
|---|---|---|
| inputData | InputFrame |
Returns
| Type | Description |
|---|---|
| Void |