DmapAvShare — A DAAP share.
GObject ╰── DmapShare ╰── DmapAvShare
DmapAvShare objects encapsulate a DAAP share.
DmapAvShare * dmap_av_share_new (const char *name, const char *password, DmapDb *db, DmapContainerDb *container_db, gchar *transcode_mimetype);
const char *name
const char *password
DmapDb *db
DmapContainerDb *container_db
gchar *transcode_mimetype
Creates a new DAAP share and publishes it using mDNS.
name
The name that will be published by mDNS.
password
A share password or NULL.
db
A media database.
container_db
A container (album) database.
transcode_mimetype
A transcode mimetype or NULL.
a pointer to a DmapAvShare.