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" |
Syntax
enum ECSDCompatibility
&123;
Compatible,
Drain,
DrainAndReset,
&125;
Values
| Name |
Description |
| Compatible |
Current decoder configuration is fully capable to continue decoding with the new configuration. |
| Drain |
The decoder must be drained before it can continue with the new configuration. |
| DrainAndReset |
The decoder must be drained and then ResetToCleanStart() before it can continue with the new configuration. |