Class OutputSelector

java.lang.Object
com.azure.media.videoanalyzer.edge.models.OutputSelector

public final class OutputSelector extends Object
Allows for the selection of particular streams from another node.
  • Constructor Details

    • OutputSelector

      public OutputSelector()
  • Method Details

    • getProperty

      public OutputSelectorProperty getProperty()
      Get the property property: The property of the data stream to be used as the selection criteria.
      Returns:
      the property value.
    • setProperty

      public OutputSelector setProperty(OutputSelectorProperty property)
      Set the property property: The property of the data stream to be used as the selection criteria.
      Parameters:
      property - the property value to set.
      Returns:
      the OutputSelector object itself.
    • getOperator

      public OutputSelectorOperator getOperator()
      Get the operator property: The operator to compare properties by.
      Returns:
      the operator value.
    • setOperator

      public OutputSelector setOperator(OutputSelectorOperator operator)
      Set the operator property: The operator to compare properties by.
      Parameters:
      operator - the operator value to set.
      Returns:
      the OutputSelector object itself.
    • getValue

      public String getValue()
      Get the value property: Value to compare against.
      Returns:
      the value value.
    • setValue

      public OutputSelector setValue(String value)
      Set the value property: Value to compare against.
      Parameters:
      value - the value value to set.
      Returns:
      the OutputSelector object itself.