Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
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. More...
 
typedef std::vector< CMediaSource >::iterator IVECSOURCES
 Iterator of VECSOURCES. More...
 

Enumerations

enum  PLAYLIST::REPEAT_STATE { PLAYLIST::REPEAT_NONE = 0 , PLAYLIST::REPEAT_ONE , PLAYLIST::REPEAT_ALL }
 Manages playlist playing. More...
 

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

Enumeration Type Documentation

◆ REPEAT_STATE

Manages playlist playing.

Enumerator
REPEAT_NONE 
REPEAT_ONE 
REPEAT_ALL