Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
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.
 
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 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 )