Source position: AudioUnitUtilities.pas line 305
type AudioUnitEvent = record |
mEventType: AudioUnitEventType; |
mArgument: record |
case Byte of |
0: ( |
mParameter: AudioUnitParameter; |
); |
1: ( |
mProperty: AudioUnitProperty; |
); |
end; |
end; |