Source position: AudioUnitProperties.pas line 1067
type AudioUnitConnection = record
sourceAudioUnit: AudioUnit;
sourceOutputNumber: UInt32;
destInputNumber: UInt32;
end;