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