CmafAudioOutputSettings.encryption property

Optionally supply encryption details for the stream

Signature:

encryption?: {
        encryptionKey: string;
        encryptionKeyId: string;
    };