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

#include <CueDocument.h>

Public Member Functions

 ~CCueDocument (void)
 
bool ParseFile (const std::string &strFilePath)
 
bool ParseTag (const std::string &strContent)
 
void GetSongs (VECSONGS &songs)
 
std::string GetMediaPath ()
 
std::string GetMediaTitle ()
 
void GetMediaFiles (std::vector< std::string > &mediaFiles)
 
void UpdateMediaFile (const std::string &oldMediaFile, const std::string &mediaFile)
 
bool IsOneFilePerTrack () const
 
bool IsLoaded () const
 

Constructor & Destructor Documentation

◆ ~CCueDocument()

CCueDocument::~CCueDocument ( void )
default

Member Function Documentation

◆ GetMediaFiles()

void CCueDocument::GetMediaFiles ( std::vector< std::string > & mediaFiles)

◆ GetMediaPath()

std::string CCueDocument::GetMediaPath ( )

◆ GetMediaTitle()

std::string CCueDocument::GetMediaTitle ( )

◆ GetSongs()

void CCueDocument::GetSongs ( VECSONGS & songs)

◆ IsLoaded()

bool CCueDocument::IsLoaded ( ) const

◆ IsOneFilePerTrack()

bool CCueDocument::IsOneFilePerTrack ( ) const

◆ ParseFile()

bool CCueDocument::ParseFile ( const std::string & strFilePath)

◆ ParseTag()

bool CCueDocument::ParseTag ( const std::string & strContent)

◆ UpdateMediaFile()

void CCueDocument::UpdateMediaFile ( const std::string & oldMediaFile,
const std::string & mediaFile )

The documentation for this class was generated from the following files: