Playlist Generator
1.0
|
00001 // 00002 // EchonestAnalyseConnection.h 00003 // Playlist2 00004 // 00005 // Created by Max Woolf on 31/01/2012. 00006 // Copyright (c) 2012 __MyCompanyName__. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 00011 @interface EchonestAnalyseConnection : NSURLConnection 00012 { 00013 NSString *url; 00014 CFURLRef destRef; 00015 } 00016 -(id)initWithFileURL:(NSString *)theUrl delegate:(id)delegate; 00017 -(NSURLRequest *)getRequest; 00018 -(void)convertToMP4; 00019 -(NSURL *)getFilePath; 00020 @end