Cameron Gutman
2014-10-19 00:09:47 -04:00
parent 4c3bc16593
commit 9b6865a53b
5 changed files with 126 additions and 18 deletions

View File

@@ -7,10 +7,11 @@
//
#import <Foundation/Foundation.h>
#import "VideoDecoderRenderer.h"
@interface Connection : NSOperation <NSStreamDelegate>
-(id) initWithHost:(int)ipaddr width:(int)width height:(int)height;
-(id) initWithHost:(int)ipaddr width:(int)width height:(int)height renderer:(VideoDecoderRenderer*)renderer;
-(void) main;
@end