| libdmapsharing Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
#define TYPE_DMAP_SHARE
#define DMAP_SHARE (o)
#define DMAP_SHARE_CLASS (k)
#define IS_DMAP_SHARE (o)
#define IS_DMAP_SHARE_CLASS (k)
#define DMAP_SHARE_GET_CLASS (o)
#define DMAP_SHARE_CHUNK_SIZE
typedef DMAPSharePrivate;
DMAPShare;
GType dmap_share_get_type (void);
"auth-method" guint : Read / Write "container-db" gpointer : Read / Write / Construct Only "db" gpointer : Read / Write / Construct Only "name" gchar* : Read / Write "password" gchar* : Read / Write "revision-number" guint : Read / Write "server" SoupServer* : Read "transcode-mimetype" gchar* : Read / Write / Construct Only "txt-records" GStrv* : Read / Write
#define DMAP_SHARE(o)
Casts a DMAPShare or derived pointer into a (DMAPShare*) pointer. Depending on the current debugging level, this function may invoke certain runtime checks to identify invalid casts.
|
Object which is subject to casting. |
#define DMAP_SHARE_CLASS(k)
Casts a derived DMAPShareClass structure into a DMAPShareClass structure.
|
a valid DMAPShareClass |
#define IS_DMAP_SHARE(o)
Checks whether a valid GTypeInstance pointer is of type TYPE_DMAP_SHARE.
|
Instance to check for being a TYPE_DMAP_SHARE.
|
#define IS_DMAP_SHARE_CLASS(k)
Checks whether k "is a" valid DMAPShareClass structure of type
DMAP_SHARE or derived.
|
a DMAPShareClass |
#define DMAP_SHARE_GET_CLASS(o)
Get the class structure associated to a DMAPShare instance.
|
a DMAPShare instance. |
Returns : |
pointer to object class structure. |
"auth-method" property"auth-method" guint : Read / Write
Authentication method.
Allowed values: <= 2
Default value: 0
"container-db" property"container-db" gpointer : Read / Write / Construct Only
Container DB object.
"password" property"password" gchar* : Read / Write
Authentication password.
Default value: NULL
"revision-number" property"revision-number" guint : Read / Write
Revision number.
Allowed values: <= G_MAXINT
Default value: 0
"transcode-mimetype" property"transcode-mimetype" gchar* : Read / Write / Construct Only
Set mimetype of stream after transcoding.
Default value: NULL
"txt-records" property"txt-records" GStrv* : Read / Write
Set TXT-Records used for MDNS publishing.