unreal.MediaCaptureCroppingType

class unreal.MediaCaptureCroppingType

Bases: EnumBase

Type of cropping

C++ Source:

  • Plugin: MediaIOFramework

  • Module: MediaIOCore

  • File: MediaCapture.h

CENTER: MediaCaptureCroppingType

Keep the center of the captured image.

Type:

1

CUSTOM: MediaCaptureCroppingType

Use the StartCapturePoint and the size of the MediaOutput to keep of the captured image.

Type:

3

NONE: MediaCaptureCroppingType

Do not crop the captured image.

Type:

0

TOP_LEFT: MediaCaptureCroppingType

Keep the top left corner of the captured image.

Type:

2