Package com.banuba.sdk.output
Interface IOutput
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Implementing Classes:
FrameOutput
,SurfaceOutput
,TextureOutput
,VideoOutput
,ViewOutput
public interface IOutput extends java.io.Closeable
The interface is inherited by all classes that must work withPlayer
, and responsible for passing the rendered frame to the output view
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
present(IRenderTargetPresentable renderTarget)
Present the drawn frame by thePlayer
to the output
-
-
-
Method Detail
-
present
void present(IRenderTargetPresentable renderTarget)
Present the drawn frame by thePlayer
to the output
-
-