Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoder
References
| Module | ElectraDecoders |
| Header | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoder.h |
| Include | #include "IElectraDecoder.h" |
TSharedPtr < IElectraDecoderDefaultOutputFormat , ESPMode::ThreadSafe > GetDefaultOutputFormatFromCSD
(
const TMap < FString , FVariant > & CSDAndAdditionalOptions
)
Remarks
Asks the decoder to provide information on the output that is expected to be produced given the codec specific data as input. This may be useful to check ahead of decoding what output format can be expected. However, the decoder may still produce different output while performing actual decoding if the output format cannot be derived from the CSD alone.
If no output information can be provided a nullptr will be returned.