Interface IOutput

All Known Implementing Classes:
FrameOutput, SurfaceOutput, TextureOutput, VideoOutput, ViewOutput

public interface IOutput
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
    void
    Start using output by the Player
    void
    Stop using output by the Player
  • Method Details

    • start

      void start()
      Start using output by the Player
    • stop

      void stop()
      Stop using output by the Player
    • present

      void present(IRenderTargetPresentable renderTarget)
      Present the drawn frame by the Player to the output