added support for different resolutions and frame rates

This commit is contained in:
Diego Waxemberg
2014-10-20 20:54:03 -04:00
parent 85ee4f6518
commit 4c646e36c7
9 changed files with 75 additions and 39 deletions
+2 -1
View File
@@ -7,9 +7,10 @@
//
#import <Foundation/Foundation.h>
#import "StreamConfiguration.h"
@interface StreamManager : NSOperation
- (id) initWithHost:(NSString*)host renderView:(UIView*)view;
- (id) initWithConfig:(StreamConfiguration*)config renderView:(UIView*)view;
@end