mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-18 14:29:59 +00:00
fixed a lot of jank. created a utils file and removed unused files
This commit is contained in:
21
Limelight/StreamConfiguration.h
Normal file
21
Limelight/StreamConfiguration.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// StreamConfiguration.h
|
||||
// Limelight
|
||||
//
|
||||
// Created by Diego Waxemberg on 10/20/14.
|
||||
// Copyright (c) 2014 Limelight Stream. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface StreamConfiguration : NSObject
|
||||
|
||||
@property int host;
|
||||
@property int width;
|
||||
@property int height;
|
||||
@property int frameRate;
|
||||
@property int bitRate;
|
||||
@property int riKeyId;
|
||||
@property NSData* riKey;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user