Package io.flutter.plugin.platform
Class ImageReaderPlatformViewRenderTarget
java.lang.Object
io.flutter.plugin.platform.ImageReaderPlatformViewRenderTarget
- All Implemented Interfaces:
PlatformViewRenderTarget
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected ImageReader
protected ImageReader
protected ImageReader
int
long
getId()
int
getWidth()
boolean
void
release()
void
resize
(int width, int height) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.flutter.plugin.platform.PlatformViewRenderTarget
scheduleFrame
-
Constructor Details
-
ImageReaderPlatformViewRenderTarget
-
-
Method Details
-
createImageReader33
-
createImageReader29
-
createImageReader
-
resize
public void resize(int width, int height) - Specified by:
resize
in interfacePlatformViewRenderTarget
-
getWidth
public int getWidth()- Specified by:
getWidth
in interfacePlatformViewRenderTarget
-
getHeight
public int getHeight()- Specified by:
getHeight
in interfacePlatformViewRenderTarget
-
getId
public long getId()- Specified by:
getId
in interfacePlatformViewRenderTarget
-
release
public void release()- Specified by:
release
in interfacePlatformViewRenderTarget
-
isReleased
public boolean isReleased()- Specified by:
isReleased
in interfacePlatformViewRenderTarget
-
getSurface
- Specified by:
getSurface
in interfacePlatformViewRenderTarget
-