DmapImageShare — A DPAP share.
GObject ╰── DmapShare ╰── DmapImageShare
DmapImageShare objects encapsulate a DPAP share.
DmapImageShare * dmap_image_share_new (const char *name, const char *password, gpointer db, gpointer container_db, gchar *transcode_mimetype);
const char *name
const char *password
gpointer db
gpointer container_db
gchar *transcode_mimetype
Creates a new DPAP 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 DmapImageShare.