Navigation
API > API/Plugins > API/Plugins/ElectraCDM
| Name | ElectraCDM::ECDMError |
| Type | enum |
| Header File | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDMError.h |
| Include Path | #include "ElectraCDMError.h" |
Syntax
namespace ElectraCDM
{
enum ECDMError
{
Success,
Failure,
NotSupported,
CipherModeMismatch,
}
}
Values
| Name | Remarks |
|---|---|
| Success | |
| Failure | |
| NotSupported | |
| CipherModeMismatch |