Classes/OpenGLPixelBufferView.h
/* |
<codex> |
<abstract>The OpenGL ES view.</abstract> |
</codex> |
*/ |
#import <Foundation/Foundation.h> |
#import <UIKit/UIKit.h> |
#import <CoreVideo/CoreVideo.h> |
@interface OpenGLPixelBufferView : UIView |
- (void)displayPixelBuffer:(CVPixelBufferRef)pixelBuffer; |
- (void)flushPixelBufferCache; |
- (void)reset; |
@end |
Copyright © 2016 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2016-09-28