Playlist Generator
1.0
|
00001 00008 #import <AVFoundation/AVFoundation.h> 00009 00010 @interface InputRecorder : AVAudioRecorder 00011 00016 -(NSDictionary *)getSettingsDictionary; 00017 00022 -(NSURL *)getFilePath; 00023 @end