| GUPnP A/V Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
Synopsis
GUPnPDIDLLiteItem; const char * gupnp_didl_lite_item_get_ref_id (GUPnPDIDLLiteItem *item); void gupnp_didl_lite_item_set_ref_id (GUPnPDIDLLiteItem *item,const char *ref_id);
Details
gupnp_didl_lite_item_get_ref_id ()
const char * gupnp_didl_lite_item_get_ref_id (GUPnPDIDLLiteItem *item);
Get the ref ID of the item.
|
GUPnPDIDLLiteItem |
Returns : |
The ref ID of the item, or NULL. |
gupnp_didl_lite_item_set_ref_id ()
void gupnp_didl_lite_item_set_ref_id (GUPnPDIDLLiteItem *item,const char *ref_id);
Set the ref ID of the item.
|
GUPnPDIDLLiteItem |
|
The ref ID |
