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