Package com.banuba.sdk.output
Interface IOutput
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
FrameOutput
,SurfaceOutput
,TextureOutput
,VideoOutput
,ViewOutput
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 TypeMethodDescriptionvoid
present
(IRenderTargetPresentable renderTarget) Present the drawn frame by thePlayer
to the output
-
Method Details
-
present
Present the drawn frame by thePlayer
to the output
-