![]() |
![]() |
![]() |
librygel-server Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define RYGEL_TYPE_AUDIO_ITEM #define RYGEL_AUDIO_ITEM_UPNP_CLASS RygelAudioItem * rygel_audio_item_new (const gchar *id
,RygelMediaContainer *parent
,const gchar *title
,const gchar *upnp_class
); struct RygelAudioItem; struct RygelAudioItemClass;
GObject +----RygelMediaObject +----RygelMediaItem +----RygelAudioItem +----RygelMusicItem +----RygelVideoItem
#define RYGEL_TYPE_AUDIO_ITEM (rygel_audio_item_get_type ())
The type for RygelAudioItem.
RygelAudioItem * rygel_audio_item_new (const gchar *id
,RygelMediaContainer *parent
,const gchar *title
,const gchar *upnp_class
);
struct RygelAudioItemClass { RygelMediaItemClass parent_class; };
The class structure for RYGEL_TYPE_AUDIO_ITEM
. All the fields in this structure are private and should never be accessed directly.
RygelMediaItemClass |
the parent class structure |