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: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'