// // AAPLEAGLLayerCustom.h // HSVideoUDP // // Created by ss on 2024/7/15. // Copyright © 2024年 ss. All rights reserved.. // //@import QuartzCore; #include #include @interface AAPLEAGLLayerCustom : CAEAGLLayer @property CVPixelBufferRef pixelBuffer; - (id)initWithFrame:(CGRect)frame; - (void)resetRenderBuffer; @end