![]() |
Banuba SDK
|
The interface is inherited by all classes that must work with the player, responsible for providing frames from outside in the player. More...
#include <input.hpp>
Public Member Functions | |
| virtual frame_processor_sptr | get_frame_processor () const noexcept=0 |
| Get last available frame. | |
| virtual uint64_t | get_frame_time_us () const noexcept=0 |
| Get timestamp of the current frame. | |
The interface is inherited by all classes that must work with the player, responsible for providing frames from outside in the player.
|
pure virtualnoexcept |
Get last available frame.
Implemented in bnb::player_api::input_pixels_base.
|
pure virtualnoexcept |
Get timestamp of the current frame.
Implemented in bnb::player_api::input_pixels_base.