mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-08 00:36:21 +00:00
added code to launch a stream and decode and render the stream
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface VideoDecoder : NSObject
|
||||
- (void) decode:(uint8_t*)buffer length:(unsigned int)length;
|
||||
int nv_avc_init(int width, int height, int perf_lvl, int thread_count);
|
||||
void nv_avc_destroy(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user