DIDLLiteContainer
Object Hierarchy:
Description:
[ CCode ( type_id = "gupnp_didl_lite_container_get_type ()" ) ]
public class DIDLLiteContainer : DIDLLiteObject
public class DIDLLiteContainer : DIDLLiteObject
Namespace: GUPnP
Package: gupnp-av-1.0
Content:
Properties:
- public int child_count { get; set; }
The child count of this container.
- public uint container_update_id { get; set; }
Update ID of this container.
- public bool searchable { get; set; }
Whether this container is searchable.
- public int64 storage_used { get; set; }
The number of bytes used by all child items of this container.
- public uint total_deleted_child_count { get; set; }
Total deleted child count of this container.
Creation methods:
- protected DIDLLiteContainer ()
Methods:
- public void add_create_class (string create_class)
Add a new create class to the this.
- public void add_create_class_full (string create_class, bool include_derived)
Add a new create class to the this.
- public void add_search_class (string search_class)
Add a new search class to the this.
- public void add_search_class_full (string search_class, bool include_derived)
Add a new search class to the this.
- public bool container_update_id_is_set ()
Get whether the container update ID of the this is set.
- public int get_child_count ()
Get the child count of the this.
- public uint get_container_update_id ()
Get the container update ID of the this.
- public List<string> get_create_classes ()
Gets the list of create classes of the this .
- public List<DIDLLiteCreateClass> get_create_classes_full ()
Gets the list of create classes of the this .
- public List<string> get_search_classes ()
Gets the list of search classes of the this .
- public bool get_searchable ()
Checks whether this is searchable.
- public int64 get_storage_used ()
Get the number of bytes used by all child items of the this.
- public uint get_total_deleted_child_count ()
Get the total deleted child count of the this .
- public void set_child_count (int child_count)
Set the child count of the this.
- public void set_container_update_id (uint update_id)
Set the container update ID of the this.
- public void set_searchable (bool searchable)
(Un)set the searchibility of this.
- public void set_storage_used (int64 storage_used)
Set the number of bytes used by all child items of the this.
- public void set_total_deleted_child_count (uint count)
Set the container update ID of the this.
- public bool total_deleted_child_count_is_set ()
Get whether the total deleted child conut of the this is set.
- public void unset_container_update_id ()
Unset the container update ID property of the this.
- public void unset_total_deleted_child_count ()
Unset the total deleted child count property of the this.
Inherited Members:
All known members inherited from class GUPnP.DIDLLiteObject
- add_artist
- add_author
- add_creator
- add_descriptor
- add_resource
- album
- album_art
- apply_fragments
- artist
- author
- creator
- date
- dc_namespace
- description
- dlna_managed
- dlna_namespace
- genre
- get_album
- get_album_art
- get_album_xml_string
- get_artist
- get_artists
- get_artists_xml_string
- get_author
- get_authors
- get_compat_resource
- get_creator
- get_creators
- get_date
- get_date_xml_string
- get_dc_namespace
- get_description
- get_descriptors
- get_dlna_managed
- get_dlna_namespace
- get_genre
- get_id
- get_parent_id
- get_properties
- get_pv_namespace
- get_resources
- get_restricted
- get_title
- get_title_xml_string
- get_track_number
- get_track_number_xml_string
- get_update_id
- get_upnp_class
- get_upnp_class_xml_string
- get_upnp_namespace
- get_write_status
- get_xml_node
- get_xml_string
- id
- is_restricted_set
- parent_id
- pv_namespace
- restricted
- set_album
- set_album_art
- set_artist
- set_author
- set_creator
- set_date
- set_description
- set_dlna_managed
- set_genre
- set_id
- set_parent_id
- set_restricted
- set_title
- set_track_number
- set_update_id
- set_upnp_class
- set_write_status
- title
- track_number
- unset_artists
- unset_update_id
- update_id
- update_id_is_set
- upnp_class
- upnp_namespace
- write_status
- xml_node
All known members inherited from class GLib.Object