Interface IOutput

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
FrameOutput, SurfaceOutput, TextureOutput, VideoOutput, ViewOutput

public interface IOutput extends Closeable
The interface is inherited by all classes that must work with Player, and responsible for passing the rendered frame to the output view
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Present the drawn frame by the Player to the output

    Methods inherited from interface java.io.Closeable

    close