Flutter Engine
The Flutter Engine
|
Instance Methods | |
(nonnull instancetype) | - initWidth:height:pixelFormatType: |
(CVPixelBufferRef) | - copyPixelBuffer [implementation] |
(CVPixelBufferRef) | - pixelBuffer [implementation] |
Instance Methods inherited from <FlutterTexture> | |
(CVPixelBufferRef _Nullable) | - copyPixelBuffer |
(void) | - onTextureUnregistered: |
Definition at line 25 of file FlutterEmbedderExternalTextureTest.mm.
|
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 36 of file FlutterEmbedderExternalTextureTest.mm.
- (nonnull instancetype) initWidth: | (size_t) | width | |
height: | (size_t) | height | |
pixelFormatType: | (OSType) | pixelFormatType | |
Definition at line 36 of file FlutterEmbedderExternalTextureTest.mm.
|
implementation |
Definition at line 36 of file FlutterEmbedderExternalTextureTest.mm.