Package io.flutter.plugin.platform
Class ImageReaderPlatformViewRenderTarget
java.lang.Object
io.flutter.plugin.platform.ImageReaderPlatformViewRenderTarget
- All Implemented Interfaces:
PlatformViewRenderTarget
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected ImageReaderprotected ImageReaderprotected ImageReaderintlonggetId()intgetWidth()booleanvoidrelease()voidresize(int width, int height) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
resizein interfacePlatformViewRenderTarget
-
getWidth
public int getWidth()- Specified by:
getWidthin interfacePlatformViewRenderTarget
-
getHeight
public int getHeight()- Specified by:
getHeightin interfacePlatformViewRenderTarget
-
getId
public long getId()- Specified by:
getIdin interfacePlatformViewRenderTarget
-
release
public void release()- Specified by:
releasein interfacePlatformViewRenderTarget
-
isReleased
public boolean isReleased()- Specified by:
isReleasedin interfacePlatformViewRenderTarget
-
getSurface
- Specified by:
getSurfacein interfacePlatformViewRenderTarget
-