AudioMixLanes typedef
The encoder audio lanes a render contributes: the per-track FfmpegAudioNodes
and the FfmpegAudioMix that combines them (null mix = no audio).
Implementation
typedef AudioMixLanes = ({List<FfmpegAudioNode> nodes, FfmpegAudioMix? amix});