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