Table of Contents

Class InputFrameSink

Spazio dei nomi
easyar

Porta di ingresso del frame di input. Utilizzato per esporre una porta di ingresso di un componente. Tutti i membri di questa classe sono thread-safe.

InputFrameSink

Metodi

handle

Passa un dato.

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)

Parametri

Nome Tipo Descrizione
inputData InputFrame

Valore restituito

Tipo Descrizione
Void