Add AES encryption configuration to the Packed Audio muxingAsk AIpost https://api.bitmovin.com/v1/encoding/encodings/{encoding_id}/muxings/packed-audio/{muxing_id}/drm/aesPath Paramsencoding_idstringrequiredId of the encoding.muxing_idstringrequiredId of the packed audio muxing.Body ParamsThe AES encryption configuration to be creatednamestringName of the resource. Can be freely chosen by the user.descriptionstringDescription of the resource. Can be freely chosen by the user.customDatastringUser-specific meta data. This can hold anything.outputsarray of objectsrequiredoutputs*ADD objectkeystringrequired16 byte Encryption key, 32 hexadecimal charactersivstring16 byte initialization vectorkeyFileUristringPath relative to the output for referencing in the manifest. If this value is not set the key file will be written automatically to the output folder.methodstringenumrequiredDefaults to SAMPLE_AESDetailed encryption methodSAMPLE_AESAES_128Allowed:SAMPLE_AESAES_128Responses 201Successful response. defaultError response.Updated 2 months ago