Package io.flutter.view
Interface TextureRegistry.OnFrameConsumedListener
-
- Enclosing interface:
- TextureRegistry
public static interface TextureRegistry.OnFrameConsumedListener
Listener invoked when the most recent image has been consumed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFrameConsumed()
This method will to be invoked when the most recent image from the image stream has been consumed.
-