Navigation
Unreal Engine C++ API Reference > Plugins > ElectraDecoders > IElectraDecoderVideoOutput
References
Module | ElectraDecoders |
Header | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputVideo.h |
Include | #include "IElectraDecoderOutputVideo.h" |
int32 GetDecodedWidth() const
Remarks
Returns the number of decoded horizontal pixels. This value may be different from GetWidth() 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)