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
Modifier and TypeMethodDescriptionvoidThis method will to be invoked when the most recent image from the image stream has been consumed. 
- 
Method Details
- 
onFrameConsumed
void onFrameConsumed()This method will to be invoked when the most recent image from the image stream has been consumed. 
 -