Navigation
API > API/Plugins > API/Plugins/ElectraCodecFactory > API/Plugins/ElectraCodecFactory/IElectraCodecFactory
Description
Populates the provided map with decoder configuration options (see IElectraDecoderFeature). Some required options must be available through the factory prior to creating a decoder instance.
| Name | GetConfigurationOptions |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraCodecFactory/Public/IElectraCodecFactory.h |
| Include Path | #include "IElectraCodecFactory.h" |
void GetConfigurationOptions
(
TMap < FString, FVariant > & OutOptions
) const