AacChannelLayout type

Channel layout for an AAC audio stream

Signature:

export type AacChannelLayout = "mono" | "stereo" | "surround" | "4.0" | "5.0" | "5.1" | "7.1";