Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | FElectraVideoDecoderOutputCropValues |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputVideo.h |
| Include Path | #include "IElectraDecoderOutputVideo.h" |
Syntax
struct FElectraVideoDecoderOutputCropValues
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bottom | int32 | Number of rows at the bottom that must not be displayed. | IElectraDecoderOutputVideo.h | |
| Left | int32 | Number of columns at the left that must not be displayed. | IElectraDecoderOutputVideo.h | |
| Right | int32 | Number of columns at the right that must not be displayed. | IElectraDecoderOutputVideo.h | |
| Top | int32 | Number of rows at the top that must not be displayed. | IElectraDecoderOutputVideo.h |