mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-17 05:49:59 +00:00
fixed a lot of jank. created a utils file and removed unused files
This commit is contained in:
13
Limelight/StreamConfiguration.m
Normal file
13
Limelight/StreamConfiguration.m
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// 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, width, height, frameRate, bitRate, riKeyId, riKey;
|
||||
@end
|
||||
Reference in New Issue
Block a user