#include <cybergarage/contentdirectory/ccontentdirectory.h>
#include <cybergarage/util/cstring.h>
#include <cybergarage/util/cthread.h>
#include <cybergarage/avdebug.h>
Functions | |
CgUpnpAVCDS * | cg_upnp_av_cds_new () |
void | cg_upnp_av_cds_delete (CgUpnpAVCDS *cds) |
void | cg_upnp_av_cds_add_directory (CgUpnpAVCDS *cds, CgString *dir) |
void | cg_upnp_av_cds_remove_directory (CgUpnpAVCDS *cds, CgXmlNode *node) |
|
Add a directory to the CDS (device side only). This function is recursive, meaning it adds everything found under the given directory.
|
|
Destroy a Content Directory Service.
|
|
Create a new Content Directory Service sub-structure. You must first have a parsed CgUpnpService* and then set a CgUpnpAVCDS* as the service's user data. |
|
Remove a directory from the CDS (device side only). This function is recursive, meaning it removes the whole tree under the given node.
|