mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-22 16:08:45 +00:00
added simple depacketizer and test h264 file
This commit is contained in:
19
Limelight-iOS/Video/VideoDepacketizer.h
Normal file
19
Limelight-iOS/Video/VideoDepacketizer.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// VideoDepacketizer.h
|
||||
// Limelight-iOS
|
||||
//
|
||||
// Created by Diego Waxemberg on 1/18/14.
|
||||
// Copyright (c) 2014 Diego Waxemberg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "VideoDecoder.h"
|
||||
|
||||
@interface VideoDepacketizer : NSObject <NSStreamDelegate>
|
||||
@property uint8_t* byteBuffer;
|
||||
@property unsigned int offset;
|
||||
@property VideoDecoder* decoder;
|
||||
|
||||
- (void) readFile:(NSString*) file;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user