Package io.flutter.plugin.platform
Class SurfaceProducerPlatformViewRenderTarget
java.lang.Object
io.flutter.plugin.platform.SurfaceProducerPlatformViewRenderTarget
- All Implemented Interfaces:
PlatformViewRenderTarget
@RequiresApi(29)
public class SurfaceProducerPlatformViewRenderTarget
extends Object
implements PlatformViewRenderTarget
-
Constructor Details
-
SurfaceProducerPlatformViewRenderTarget
-
-
Method Details
-
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
-
scheduleFrame
public void scheduleFrame()- Specified by:
scheduleFramein interfacePlatformViewRenderTarget
-