Enumeration

AdapBreakpointConditionRatioType

since: 1.4

Declaration

enum Adap.BreakpointConditionRatioType

Description [src]

Describes ratio types for AdapBreakpointCondition.

See adap_breakpoint_condition_new_ratio().

New values may be added to this enumeration over time.

Available since: 1.4

Members

ADAP_BREAKPOINT_CONDITION_MIN_ASPECT_RATIO

True if the aspect ratio is greater than or equal to the condition value.

  • Value: 0
  • Nickname: min-aspect-ratio
  • Available since: 1.4
ADAP_BREAKPOINT_CONDITION_MAX_ASPECT_RATIO

True if the aspect ratio is less than or equal to the condition value.

  • Value: 1
  • Nickname: max-aspect-ratio
  • Available since: 1.4