Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / avfoundation / AVAudioUnit.inc
Size: Mime:
{ Parsed from AVFoundation.framework AVAudioUnit.h }


{$ifdef TYPES}
type
  AVAudioUnitPtr = ^AVAudioUnit;
{$endif}

{$ifdef CLASSES}

type
  AVAudioUnit = objcclass external (AVAudioNode)
  public
    function loadAudioUnitPresetAtURL_error (url: NSURL; error: NSErrorPtr): ObjCBOOL; message 'loadAudioUnitPresetAtURL:error:';
    function audioComponentDescription: AudioComponentDescription; message 'audioComponentDescription';
    function audioUnit: AudioUnit; message 'audioUnit';
    function name: NSString; message 'name';
    function manufacturerName: NSString; message 'manufacturerName';
    function version: NSUInteger; message 'version';
  end;
{$endif}