Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoderVideoOutput
Description
Returns the number of decoded vertical pixels. This value may be greater than GetHeight() since it does not take any cropping values into account. Note that this represents the actual dimension of the data returned, which may differ from GetWidth() + cropping offsets! (e.g. if the data is returned as RGBA pixels, but represents a YUYV 4:2:2 format)
| Name | GetDecodedHeight |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputVideo.h |
| Include Path | #include "IElectraDecoderOutputVideo.h" |
int32 GetDecodedHeight() const