Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
MediaSource.h File Reference
#include "LockType.h"
#include "media/MediaLockState.h"
#include <string>
#include <vector>

Classes

class  CMediaSource
 Represents a share. More...
 

Typedefs

typedef std::vector< CMediaSourceVECSOURCES
 A vector to hold CMediaSource objects. More...
 
typedef std::vector< CMediaSource >::iterator IVECSOURCES
 Iterator of VECSOURCES. More...
 
typedef std::vector< CMediaSource >::const_iterator CIVECSOURCES
 

Functions

void AddOrReplace (VECSOURCES &sources, const VECSOURCES &extras)
 
void AddOrReplace (VECSOURCES &sources, const CMediaSource &source)
 

Typedef Documentation

◆ CIVECSOURCES

typedef std::vector<CMediaSource>::const_iterator CIVECSOURCES

Function Documentation

◆ AddOrReplace() [1/2]

void AddOrReplace ( VECSOURCES sources,
const CMediaSource source 
)

◆ AddOrReplace() [2/2]

void AddOrReplace ( VECSOURCES sources,
const VECSOURCES extras 
)