Source position: AudioComponents.pas line 540
type AudioComponentPlugInInterface = record |
Open: function( |
self: UnivPtr; |
mInstance: AudioComponentInstance |
):OSStatus; |
Close: function( |
self: UnivPtr |
):OSStatus; |
Lookup: function( |
selector: SInt16 |
reserved: UnivPtr; |
end; |