Use API 1.1 common in preparation for IPv6 requirement

This commit is contained in:
Cameron Gutman
2015-06-17 23:32:00 -07:00
parent 1223a9013f
commit a9a00629b1
5 changed files with 18 additions and 35 deletions

View File

@@ -9,5 +9,5 @@
#import "StreamConfiguration.h"
@implementation StreamConfiguration
@synthesize host, appID, hostAddr, width, height, frameRate, bitRate, riKeyId, riKey;
@synthesize host, appID, width, height, frameRate, bitRate, riKeyId, riKey;
@end