• This project
    • Loading...
  • Sign in

hh_public / HHDoctorProSDK.ios

Logo
Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • HHDoctorProSDK.ios
  • HHDoctorPro
  • HHDoctorSDK.framework
  • Headers
  • NTESGLView.h
  • sdk upgrade · 1b67e347
    1b67e347 Browse Files
    ashen_23 authored 6 years ago
NTESGLView.h 375 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
//
//  NTESGLView.h
//  NIM
//
//  Created by fenric on 16/8/30.
//  Copyright © 2016年 Netease. All rights reserved.
//

#import "IJKSDLGLView.h"

@interface NTESGLView : NTESIJKSDLGLView

- (void) render: (NSData *)yuvData
          width:(NSUInteger)width
         height:(NSUInteger)height;

- (void)clearData;

- (void)addBlack:(CGRect)rect;

- (void)clearBack;

@end