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 a piece of 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
inputDataInputFrame
Returns
- Void