- public string album { get; set; }
The album of this object.
- public string album_art { get; set; }
The URI to album art of this object.
- public string artist { get; set; }
The artist of this object.
- public string author { get; set; }
The author of this object.
- public string creator { get; set; }
The creator of this object.
- public string date { get; set; }
The date of this object.
- public unowned Ns* dc_namespace { owned get; construct; }
Pointer to the DublinCore namespace registered with the XML document
containing this object.
- public string description { get; set; }
The description of this object.
- public OCMFlags dlna_managed { get; set; }
The 'dlna:dlnaManaged' attribute.
- public unowned Ns* dlna_namespace { owned get; construct; }
Pointer to the DLNA metadata namespace registered with the XML
document containing this object.
- public string genre { get; set; }
The genre of this object.
- public string id { get; set; }
The ID of this object.
- public string parent_id { get; set; }
The ID of the parent container of this object.
- public unowned Ns* pv_namespace { owned get; construct; }
Pointer to the PV metadata namespace registered with the XML document
containing this object.
- public bool restricted { get; set; }
Whether this object is restricted.
- public string title { get; set; }
The title of this object.
- public int track_number { get; set; }
The original track number of this object.
- public uint update_id { get; set; }
Update ID of this object.
- public string upnp_class { get; set; }
The UPnP class of this object.
- public unowned Ns* upnp_namespace { owned get; construct; }
Pointer to the UPnP namespace registered with the XML document
containing this object.
- public string write_status { get; set; }
The write status of this object.
- public unowned Node* xml_node { get; construct; }
The pointer to object node in XML document.