Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoderVideoOutput
Description
Asks to create a copy of the image into a platform specific structure. Parameters for the operation are provided by a platform specific implementation of IElectraDecoderVideoOutputCopyResources provided to this method through which relevant parameters (eg. a device or texture handle, etc.) can be obtained.
| Name | CopyPlatformImage |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoderOutputVideo.h |
| Include Path | #include "IElectraDecoderOutputVideo.h" |
EImageCopyResult CopyPlatformImage
(
IElectraDecoderVideoOutputCopyResources * InCopyResources
) const