Navigation
API > API/Plugins > API/Plugins/ElectraCDM > API/Plugins/ElectraCDM/IMediaCDMDecrypter
References
| Module | ElectraCDM |
| Header | /Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDMClient.h |
| Include | #include "ElectraCDMClient.h" |
Syntax
struct IStreamDecryptHandle
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BlockSize |