Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoder
Description
Populates the provided map with decoder features or required options. See IElectraDecoderFeature and IElectraDecoderOption. Not all decoders will provide the same features.
| Name | GetFeatures |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoder.h |
| Include Path | #include "IElectraDecoder.h" |
void GetFeatures
(
TMap< FString, FVariant > & OutFeatures
) const