|
|
| CPlayerCoreConfig (std::string name, std::string type, const TiXmlElement *pConfig, const std::string &id="") |
| |
|
const std::string & | GetName () const |
| |
|
const std::string & | GetId () const |
| |
|
bool | PlaysAudio () const |
| |
|
bool | PlaysVideo () const |
| |
|
std::shared_ptr< IPlayer > | CreatePlayer (IPlayerCallback &callback) const |
| |
|
|
std::string | m_name |
| |
|
std::string | m_id |
| |
|
std::string | m_type |
| |
|
bool | m_bPlaysAudio {false} |
| |
|
bool | m_bPlaysVideo {false} |
| |
|
std::unique_ptr< TiXmlElement > | m_config |
| |
The documentation for this class was generated from the following files:
- xbmc/cores/playercorefactory/PlayerCoreConfig.h
- xbmc/cores/playercorefactory/PlayerCoreConfig.cpp