SegmentDecryptor: BaseSegmentProcessor<SegmentDecryptorData> & {
    supportedEncryptionFormats: string[];
    type: Decryptor;
}

Type declaration

  • supportedEncryptionFormats: string[]
  • type: Decryptor

Generated using TypeDoc