kodi
Public Member Functions | Protected Member Functions | List of all members
CDecoderFilterManager Class Reference

Class which handles multiple CDecoderFilter elements. More...

#include <DecoderFilterManager.h>

Inheritance diagram for CDecoderFilterManager:
Inheritance graph
[legend]

Public Member Functions

void add (const CDecoderFilter &filter)
 adds an CDecoderFilter if key [filter.name] is not yet existing. More...
 
bool isValid (const std::string &name, const CDVDStreamInfo &streamInfo)
 

Protected Member Functions

bool Load ()
 
bool Save () const
 

Detailed Description

Class which handles multiple CDecoderFilter elements.

Member Function Documentation

◆ add()

bool CDecoderFilterManager::add ( const CDecoderFilter filter)

adds an CDecoderFilter if key [filter.name] is not yet existing.

Parameters
filterthe decoder filter to add / replace.
Returns
nothing.

The documentation for this class was generated from the following files: