moonlight-ios/Limelight/Stream/StreamConfiguration.m
2014-10-21 03:50:18 -04:00

14 lines
309 B
Objective-C

//
// StreamConfiguration.m
// Limelight
//
// Created by Diego Waxemberg on 10/20/14.
// Copyright (c) 2014 Limelight Stream. All rights reserved.
//
#import "StreamConfiguration.h"
@implementation StreamConfiguration
@synthesize host, hostAddr, width, height, frameRate, bitRate, riKeyId, riKey;
@end