PlayerDecryptionKeyInvalid constant

int const PlayerDecryptionKeyInvalid

Description: The play stream decryption key is invalid, the key length only supports 16/24/32 bytes.
Cause: The input key length is not 16/24/32 bytes.
Solutions: Adjust the input key length to 16/24/32 bytes.

Implementation

static const int PlayerDecryptionKeyInvalid = 1004060;