FileMp4OutputSettings.encryption property

Common encryption (CENC) key and key ID to use, both 16-bytes encoded in hexadecimal (32 chars).

Signature:

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