Fix music streaming.

This commit is contained in:
codestation
2013-08-31 00:06:55 -04:30
parent bc9e84ad13
commit 1e4a8348d4
4 changed files with 14 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ public:
bool find(int ohfi, find_data &data);
void append(int parent_ohfi, CMAObject *object);
bool remove(const CMAObject *obj, int ohfi_root = 0);
int filterObjects(int ohfiParent, metadata_t **p_head);
int filterObjects(int ohfiParent, metadata_t **p_head, int index = 0, int max_number = 0);
CMAObject *pathToObject(const char *path, int ohfiRoot);
int acceptFilteredObject(const CMAObject *parent, const CMAObject *current, int type);