Top | ![]() |
![]() |
![]() |
![]() |
#define | RYGEL_TYPE_PLAYLIST_ITEM |
#define | RYGEL_PLAYLIST_ITEM_UPNP_CLASS |
struct | RygelPlaylistItem |
struct | RygelPlaylistItemClass |
GObject ╰── RygelMediaObject ╰── RygelMediaItem ╰── RygelMediaFileItem ╰── RygelPlaylistItem
RygelPlaylistItem * rygel_playlist_item_new (const gchar *id
,RygelMediaContainer *parent
,const gchar *title
,const gchar *upnp_class
);
#define RYGEL_TYPE_PLAYLIST_ITEM (rygel_playlist_item_get_type ())
The type for RygelPlaylistItem.
struct RygelPlaylistItem;
Represents a playlist item.
These objects correspond to DLNA's DIDL_S items.
struct RygelPlaylistItemClass { RygelMediaFileItemClass parent_class; };
The class structure for RYGEL_TYPE_PLAYLIST_ITEM
. All the fields in this structure are private and should never be accessed directly.