Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Windows

Classes

class  XFILE::CAddonsDirectory
 Get access to shares and it's directories. More...
 
class  XFILE::CVirtualDirectory
 Get access to shares and it's directories. More...
 
class  CMediaSource
 Represents a share. More...
 
class  CGUIWindowMusicBase
 The base class for music windows. More...
 

Typedefs

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

Detailed Description

Kodi windows

Typedef Documentation

◆ IVECSOURCES

typedef std::vector<CMediaSource>::iterator IVECSOURCES

Iterator of VECSOURCES.

See also
CMediaSource, VECSOURCES

◆ VECSOURCES

typedef std::vector<CMediaSource> VECSOURCES

A vector to hold CMediaSource objects.

See also
CMediaSource, IVECSOURCES