Navigation
API > API/Plugins > API/Plugins/ElectraCDM > API/Plugins/ElectraCDM/IStreamDecrypterAES128
| Name | EResult |
| Type | enum |
| Header File | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/Crypto/StreamCryptoAES128.h |
| Include Path | #include "Crypto/StreamCryptoAES128.h" |
Syntax
enum EResult
{
Ok,
NotInitialized,
BadKeyLength,
BadIVLength,
BadDataLength,
InvalidArg,
BadHexChar,
}
Values
| Name | Remarks |
|---|---|
| Ok | |
| NotInitialized | |
| BadKeyLength | |
| BadIVLength | |
| BadDataLength | |
| InvalidArg | |
| BadHexChar |