Navigation
API > API/Plugins > API/Plugins/ElectraDecoders > API/Plugins/ElectraDecoders/IElectraDecoder
| Name | ECSDCompatibility |
| Type | enum |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/IElectraDecoder.h |
| Include Path | #include "IElectraDecoder.h" |
Syntax
enum ECSDCompatibility
{
Compatible,
Drain,
DrainAndReset,
}
Values
| Name | Remarks |
|---|---|
| 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. |