| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
Public Types | |
| using | map = std::map<RenderMethod, int> | 
| using | weights_fn = std::function<void(map&, const VideoPicture&)> | 
| using | create_fn = std::function<CRendererBase*(CVideoSettings&)> | 
Static Public Member Functions | |
| template<class T > | |
| static constexpr render_details | get (RenderMethod method, const std::string &name) | 
Public Attributes | |
| RenderMethod | method | 
| std::string | name | 
| create_fn | create | 
| weights_fn | weights | 
| using render_details::create_fn = std::function<CRendererBase*(CVideoSettings&)> | 
| using render_details::map = std::map<RenderMethod, int> | 
| using render_details::weights_fn = std::function<void(map&, const VideoPicture&)> | 
      
  | 
  inlinestaticconstexpr | 
| create_fn render_details::create | 
| RenderMethod render_details::method | 
| std::string render_details::name | 
| weights_fn render_details::weights |