unreal.MediaCaptureCroppingType¶
- class unreal.MediaCaptureCroppingType¶
Bases:
EnumBaseType of cropping
C++ Source:
Plugin: MediaIOFramework
Module: MediaIOCore
File: MediaCapture.h
- CENTER: MediaCaptureCroppingType = Ellipsis¶
Keep the center of the captured image.
- Type:
1
- CUSTOM: MediaCaptureCroppingType = Ellipsis¶
Use the StartCapturePoint and the size of the MediaOutput to keep of the captured image.
- Type:
3
- NONE: MediaCaptureCroppingType = Ellipsis¶
Do not crop the captured image.
- Type:
0
- TOP_LEFT: MediaCaptureCroppingType = Ellipsis¶
Keep the top left corner of the captured image.
- Type:
2