Skip to content

ResolutionPreset

Inherits: Enum

Represents a capture resolution preset.

Properties

  • HIGH

    High resolution preset.

  • LOW

    Low resolution preset.

  • MAX

    Maximum available resolution preset.

  • MEDIUM

    Medium resolution preset.

  • ULTRA_HIGH

    Ultra high resolution preset.

  • VERY_HIGH

    Very high resolution preset.

Properties#

HIGH class-attribute instance-attribute #

HIGH = 'high'

High resolution preset.

LOW class-attribute instance-attribute #

LOW = 'low'

Low resolution preset.

MAX class-attribute instance-attribute #

MAX = 'max'

Maximum available resolution preset.

MEDIUM class-attribute instance-attribute #

MEDIUM = 'medium'

Medium resolution preset.

ULTRA_HIGH class-attribute instance-attribute #

ULTRA_HIGH = 'ultraHigh'

Ultra high resolution preset.

VERY_HIGH class-attribute instance-attribute #

VERY_HIGH = 'veryHigh'

Very high resolution preset.