31 #import <Foundation/Foundation.h>
32 #import <AudioToolbox/AudioToolbox.h>
76 - (instancetype _Nullable)initWithRenderer:(
AERenderer * _Nonnull)renderer
77 URL:(NSURL * _Nonnull)url
78 type:(AEAudioFileType)type
79 sampleRate:(
double)sampleRate
80 channelCount:(
int)channelCount
81 error:(NSError * _Nullable * _Nullable)error;
114 @property (nonatomic, strong)
AERenderer * _Nullable renderer;
117 @property (nonatomic, readonly)
double sampleRate;
123 @property (nonatomic, strong, readonly) NSURL * _Nonnull
fileURL;