DolbyEProgramConfigName type

The Dolby E program configuration (DP prog_conf): how the channels carried by the frame are partitioned into independent programs (Dolby’s "+"/"x" shorthand). The audio fed to the encoder must carry the channels in the order/count the chosen config expects. see: NorskTransform.dolbyEEncode()

Signature:

export type DolbyEProgramConfigName = "5.1+2" | "5.1+1+1" | "4+4" | "4+2+2" | "4+2+1+1" | "4+1+1+1+1" | "2+2+2+2" | "2+2+2+1+1" | "2+2+1+1+1+1" | "2+1+1+1+1+1+1" | "mono x8" | "5.1" | "4+2" | "4+1+1" | "2+2+2" | "2+2+1+1" | "2+1+1+1+1" | "mono x6" | "4" | "2+2" | "2+1+1" | "mono x4";