• This project
    • Loading...
  • Sign in

hh_public / HHDoctorSDK.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
  • HHDoctorSDK.ios
  • HHDoctorSDK
  • HHDoctorSDK.framework
  • Headers
  • NTESGLView.h
  • sdk init · 770f01ed
    770f01ed Browse Files
    surui authored 2018-07-13 16:46:20 +0800
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