Top | ![]() |
![]() |
![]() |
![]() |
#define | RYGEL_TYPE_MEDIA_ITEM |
#define | RYGEL_MEDIA_ITEM_UPNP_CLASS |
struct | RygelMediaItem |
struct | RygelMediaItemClass |
#define RYGEL_TYPE_MEDIA_ITEM (rygel_media_item_get_type ())
The type for RygelMediaItem.
struct RygelMediaItem { RygelMediaObject parent_instance; RygelMediaItemPrivate * priv; };
Abstract class representing a MediaItem
MediaItems must live in a container and may not contain other MediaItems
struct RygelMediaItemClass { RygelMediaObjectClass parent_class; };
The class structure for RYGEL_TYPE_MEDIA_ITEM
. All the fields in this structure are private and should never be accessed directly.