Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from AVFoundation.framework AVAudioUnitVarispeed.h }
{$ifdef TYPES}
type
AVAudioUnitVarispeedPtr = ^AVAudioUnitVarispeed;
{$endif}
{$ifdef CLASSES}
type
AVAudioUnitVarispeed = objcclass external (AVAudioUnitTimeEffect)
public
procedure setRate(newValue: single); message 'setRate:';
function rate: single; message 'rate';
end;
{$endif}