mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
added support for different resolutions and frame rates
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "StreamConfiguration.h"
|
||||
|
||||
@interface StreamManager : NSOperation
|
||||
|
||||
- (id) initWithHost:(NSString*)host renderView:(UIView*)view;
|
||||
- (id) initWithConfig:(StreamConfiguration*)config renderView:(UIView*)view;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user