Playlist Generator  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Playlist2/InputRecorder.h
Go to the documentation of this file.
00001 
00008 #import <AVFoundation/AVFoundation.h>
00009 
00010 @interface InputRecorder : AVAudioRecorder
00011 
00016 -(NSDictionary *)getSettingsDictionary;
00017 
00022 -(NSURL *)getFilePath;
00023 @end