![]() |
Banuba SDK
|
The interface is inherited by all classes that must work with player, and responsible for passing the rendered frame to the output view. More...
#include <output.hpp>
Public Member Functions | |
| virtual void | attach ()=0 |
| Attach output to the player. | |
| virtual void | detach ()=0 |
| Detach output from the player. | |
| virtual void | present (const render_target_sptr &render_target)=0 |
| Present the drawn frame by the player to the output. | |
The interface is inherited by all classes that must work with player, and responsible for passing the rendered frame to the output view.
Definition at line 25 of file output.hpp.
|
pure virtual |
Attach output to the player.
Called by the player on the render thread.
|
pure virtual |
Detach output from the player.
Called by the player on the render thread.