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