Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
PlayListPLS.cpp File Reference
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include "PlayListPLS.h"
#include "PlayListFactory.h"
#include "Util.h"
#include "utils/StringUtils.h"
#include "filesystem/File.h"
#include "video/VideoInfoTag.h"
#include "music/tags/MusicInfoTag.h"
#include "utils/CharsetConverter.h"
#include "utils/log.h"
#include "utils/URIUtils.h"
#include "utils/XBMCTinyXML.h"
#include "utils/XMLUtils.h"

Macros

#define START_PLAYLIST_MARKER   "[playlist]"
 
#define PLAYLIST_NAME   "PlaylistName"
 

Macro Definition Documentation

◆ PLAYLIST_NAME

#define PLAYLIST_NAME   "PlaylistName"

◆ START_PLAYLIST_MARKER

#define START_PLAYLIST_MARKER   "[playlist]"