mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-07 16:26:09 +00:00
added video rendering libraries and renderer code. still not functioning
This commit is contained in:
15
Limelight-iOS/StreamFrameViewController.h
Normal file
15
Limelight-iOS/StreamFrameViewController.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// StreamFrameViewController.h
|
||||
// Limelight-iOS
|
||||
//
|
||||
// Created by Diego Waxemberg on 1/18/14.
|
||||
// Copyright (c) 2014 Diego Waxemberg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "StreamView.h"
|
||||
|
||||
@interface StreamFrameViewController : UIViewController
|
||||
@property (strong, nonatomic) IBOutlet StreamView *renderView;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user