Package io.flutter.view
Interface TextureRegistry.TextureEntry
- All Known Subinterfaces:
TextureRegistry.ImageTextureEntry
,TextureRegistry.SurfaceProducer
,TextureRegistry.SurfaceTextureEntry
- Enclosing interface:
- TextureRegistry
public static interface TextureRegistry.TextureEntry
An entry in the texture registry.
-
Method Summary
-
Method Details
-
id
long id()- Returns:
- The identity of this texture.
-
release
void release()De-registers and releases all resources .
-