Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
class | CMediaSource |
Represents a share. More... | |
Typedefs | |
typedef std::vector< CMediaSource > | VECSOURCES |
A vector to hold CMediaSource objects. | |
typedef std::vector< CMediaSource >::iterator | IVECSOURCES |
Iterator of VECSOURCES. | |
typedef std::vector< CMediaSource >::const_iterator | CIVECSOURCES |
Functions | |
void | AddOrReplace (VECSOURCES &sources, const VECSOURCES &extras) |
void | AddOrReplace (VECSOURCES &sources, const CMediaSource &source) |
typedef std::vector<CMediaSource>::const_iterator CIVECSOURCES |
void AddOrReplace | ( | VECSOURCES & | sources, |
const CMediaSource & | source ) |
void AddOrReplace | ( | VECSOURCES & | sources, |
const VECSOURCES & | extras ) |