Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoderVideoOutput
References
| Module | ElectraDecoders |
| Header | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputVideo.h |
| Include | #include "IElectraDecoderOutputVideo.h" |
int32 GetDecodedHeight&40;&41; const
Remarks
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)