DmapAvConnection — A DAAP connection.
GObject ╰── DmapConnection ╰── DmapAvConnection
DmapAvConnection objects encapsulate a DAAP connection.
DmapAvConnection * dmap_av_connection_new (const char *name, const char *host, guint port, DmapDb *db, DmapRecordFactory *factory);
const char *name
const char *host
guint port
DmapDb *db
DmapRecordFactory *factory
Create a new DAAP connection.
name
The name of the share to connect to.
host
The host of the share to connect to.
port
The port of the share to connect to.
db
The db that will receive the records found in the share.
factory
A factory to create records.
a pointer to a DmapAvConnection.