Export

Condition

Hierarchy (view full)

Constructors

Properties

attribute?: string

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)

Memberof

Condition

The operator that should be used for the evaluation (required)

Memberof

Condition

type: ConditionType = ConditionType.CONDITION

Discriminator property for AbstractCondition

Memberof

Condition

value?: string

The value that should be used for comparison (required)

Memberof

Condition

_discriminatorMapping: {
    AND: string;
    CONDITION: string;
    OR: string;
} = ...

Type declaration

  • AND: string
  • CONDITION: string
  • OR: string
_discriminatorName: "type" = 'type'