Loading...
Searching...
No Matches
VideoOutputStrategySelect.hpp
Go to the documentation of this file.
Vendor-neutral interface for GPU-direct video OUTPUT strategies.
std::unique_ptr< VideoOutputStrategy > selectVideoOutputStrategy(const VideoOutputStrategyConfig &cfg, std::vector< std::function< std::unique_ptr< VideoOutputStrategy >()> > candidates, const std::function< void(const char *)> &onEngaged={}, const std::function< void(const char *)> &onFailed={})
Definition VideoOutputStrategySelect.hpp:33
Generic config passed to VideoOutputStrategy::init. Vendor- specific bits (card handle,...
Definition VideoOutputStrategy.hpp:59