mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-19 06:39:55 +00:00
Rip out the old video renderer and decoder
This commit is contained in:
17
Limelight/VideoDecoderRenderer.h
Normal file
17
Limelight/VideoDecoderRenderer.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// VideoDecoderRenderer.h
|
||||
// Limelight
|
||||
//
|
||||
// Created by Cameron Gutman on 10/18/14.
|
||||
// Copyright (c) 2014 Limelight Stream. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface VideoDecoderRenderer : NSOperation
|
||||
|
||||
- (id)initWithTarget:(UIView *)target;
|
||||
|
||||
@property UIView* renderTarget;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user