IMediaCDMDecrypter::DecryptInPlace

Decrypt a non-block oriented cipher (eg. AES 128 CTR) in place.

Windows
MacOS
Linux

References

Module

ElectraCDM

Header

/Engine/Plugins/Media/ElectraCDM/Source/ElectraCDM/Public/ElectraCDMClient.h

Include

#include "ElectraCDMClient.h"

Syntax

ECDMError DecryptInPlace
(
    uint8 * InOutData,
    int32 InNumDataBytes,
    const FMediaCDMSampleInfo & InSampleInfo
)

Remarks

Decrypt a non-block oriented cipher (eg. AES 128 CTR) in place.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss