Interface MutableSurface

All Superinterfaces:
NativeSurface, SurfaceUpdatedListener
All Known Subinterfaces:
ProxySurface

public interface MutableSurface extends NativeSurface
Provides a NativeSurface with a mutable surfaceHandle via setSurfaceHandle(long).
See Also:
  • Method Details

    • setSurfaceHandle

      void setSurfaceHandle(long surfaceHandle)
      Sets the surface handle which is created outside of this implementation.