Top | ![]() |
![]() |
![]() |
![]() |
#define | RYGEL_TYPE_VIDEO_ITEM |
RygelVideoItem * | rygel_video_item_new () |
const gchar * | rygel_video_item_get_author () |
void | rygel_video_item_set_author () |
gchar * | author | Read / Write |
gint | color-depth | Read / Write |
gint | height | Read / Write |
GeeArrayList * | thumbnails | Read / Write |
gint | width | Read / Write |
#define | RYGEL_VIDEO_ITEM_UPNP_CLASS |
struct | RygelVideoItem |
struct | RygelVideoItemClass |
GObject ╰── RygelMediaObject ╰── RygelMediaItem ╰── RygelAudioItem ╰── RygelVideoItem
#define RYGEL_TYPE_VIDEO_ITEM (rygel_video_item_get_type ())
The type for RygelVideoItem.
RygelVideoItem * rygel_video_item_new (const gchar *id
,RygelMediaContainer *parent
,const gchar *title
,const gchar *upnp_class
);
const gchar *
rygel_video_item_get_author (RygelVideoItem *self
);
Get and return the current value of the "author" property.
void rygel_video_item_set_author (RygelVideoItem *self
,const gchar *value
);
Set the value of the "author" property to value
.
struct RygelVideoItemClass { RygelAudioItemClass parent_class; };
The class structure for RYGEL_TYPE_VIDEO_ITEM
. All the fields in this structure are private and should never be accessed directly.