BitmovinApiSdk\Models\Condition

Synopsis

class Condition extends AbstractCondition {
  • // Inherited methods from AbstractCondition
  • public void __construct()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

Methods

public

  • __construct()
  • attribute() — The attribute that should be used for the evaluation. Valid values include, depending on the context: - HEIGHT - WIDTH - BITRATE - FPS - ASPECTRATIO - INPUTSTREAM - LANGUAGE - CHANNELFORMAT - CHANNELLAYOUT - STREAMCOUNT - AUDIOSTREAMCOUNT - VIDEOSTREAMCOUNT - DURATION - ROTATION (required)
  • operator() — The operator that should be used for the evaluation (required)
  • value() — The value that should be used for comparison (required)

Inherited from BitmovinApiSdk\Common\ApiResource

public