İngilizce dilinde oku

Aracılığıyla paylaş


SinkNodeBase Class

  • java.lang.Object
    • com.azure.media.videoanalyzer.edge.models.SinkNodeBase

public class SinkNodeBase

Base class for topology sink nodes.

Constructor Summary

Constructor Description
SinkNodeBase(String name, List<NodeInput> inputs)

Creates an instance of SinkNodeBase class.

Method Summary

Modifier and Type Method and Description
List<NodeInput> getInputs()

Get the inputs property: An array of upstream node references within the topology to be used as inputs for this node.

String getName()

Get the name property: Node name.

Methods inherited from java.lang.Object

Constructor Details

SinkNodeBase

public SinkNodeBase(String name, List inputs)

Creates an instance of SinkNodeBase class.

Parameters:

name - the name value to set.
inputs - the inputs value to set.

Method Details

getInputs

public List getInputs()

Get the inputs property: An array of upstream node references within the topology to be used as inputs for this node.

Returns:

the inputs value.

getName

public String getName()

Get the name property: Node name. Must be unique within the topology.

Returns:

the name value.

Applies to

Azure SDK for Java

Legacy