mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-18 06:10:07 +00:00
added code to launch a stream and decode and render the stream
This commit is contained in:
16
Limelight-iOS/Connection.h
Normal file
16
Limelight-iOS/Connection.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Connection.h
|
||||
// Limelight-iOS
|
||||
//
|
||||
// Created by Diego Waxemberg on 1/19/14.
|
||||
// Copyright (c) 2014 Diego Waxemberg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface Connection : NSOperation <NSStreamDelegate>
|
||||
|
||||
-(id) initWithHost:(int)ipaddr width:(int)width height:(int)height;
|
||||
-(void) main;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user