Navigation
API > API/Plugins > API/Plugins/ElectraCDM > API/Plugins/ElectraCDM/IMediaCDMDecrypter
Decrypt a streaming cipher that requires input of fixed cipher block lengths and possibly padding at the end (eg. AES 128 CBC with PKCS#7 padding). This needs a running state during decryption that needs to be created and released.
| Name | IStreamDecryptHandle |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDMClient.h |
| Include Path | #include "ElectraCDMClient.h" |
Syntax
struct IStreamDecryptHandle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockSize | int32 | ElectraCDMClient.h |