Flutter Engine
The Flutter Engine
|
#import <ContinuousTexture.h>
Instance Methods | |
(CVPixelBufferRef _Nullable) | - copyPixelBuffer [implementation] |
(CVPixelBufferRef) | - pixelBuffer [implementation] |
Instance Methods inherited from <FlutterTexture> | |
(CVPixelBufferRef _Nullable) | - copyPixelBuffer |
(void) | - onTextureUnregistered: |
Definition at line 19 of file ContinuousTexture.h.
|
implementation |
Copy the contents of the texture into a CVPixelBuffer
.
The type of the pixel buffer is one of the following:
kCVPixelFormatType_32BGRA
kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange
kCVPixelFormatType_420YpCbCr8BiPlanarFullRange
Reimplemented from <FlutterTexture>.
Definition at line 1 of file ContinuousTexture.m.
|
implementation |
Definition at line 1 of file ContinuousTexture.m.