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
@@ -10,7 +10,8 @@
@interface StreamConfiguration : NSObject
@property int host;
@property NSString* host;
@property int hostAddr;
@property int width;
@property int height;
@property int frameRate;