Table of Contents

Class InputFrameSink

Espace de noms
easyar

Port d'entrée de trame d'entrée. Utilisé pour exposer les ports d'entrée d'un composant. Tous les membres de cette classe sont thread-safe.

InputFrameSink

Méthodes

handle

Saisir une donnée

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)

Paramètres

Nom Type Description
inputData InputFrame

Retours

Type Description
Void