Top | ![]() |
![]() |
![]() |
![]() |
RygelVideoItem * | rygel_video_item_new () |
const gchar * | rygel_video_item_get_author () |
void | rygel_video_item_set_author () |
GeeArrayList * | rygel_video_item_get_subtitles () |
void | rygel_video_item_set_subtitles () |
char * | author | Read / Write |
int | color-depth | Read / Write |
int | height | Read / Write |
GeeArrayList * | subtitles | Read / Write |
GeeArrayList * | thumbnails | Read / Write |
int | width | Read / Write |
#define | RYGEL_TYPE_VIDEO_ITEM |
#define | RYGEL_VIDEO_ITEM_UPNP_CLASS |
struct | RygelVideoItem |
struct | RygelVideoItemClass |
GObject ╰── RygelMediaObject ╰── RygelMediaItem ╰── RygelMediaFileItem ╰── RygelAudioItem ╰── 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
.
GeeArrayList *
rygel_video_item_get_subtitles (RygelVideoItem *self
);
Get and return the current value of the "subtitles" property.
void rygel_video_item_set_subtitles (RygelVideoItem *self
,GeeArrayList *value
);
Set the value of the "subtitles" property to value
.
self |
the RygelVideoItem instance to modify |
|
value |
the new value of the "subtitles" property |
#define RYGEL_TYPE_VIDEO_ITEM (rygel_video_item_get_type ())
The type for RygelVideoItem.
struct RygelVideoItemClass { RygelAudioItemClass parent_class; void (*add_subtitle_resources) (RygelVideoItem* self, RygelHTTPServer* http_server); };
The class structure for RYGEL_TYPE_VIDEO_ITEM
. All the fields in this structure are private and should never be accessed directly.
“author”
property “author” char *
author.
Owner: RygelVideoItem
Flags: Read / Write
Default value: NULL
“color-depth”
property “color-depth” int
color-depth.
Owner: RygelVideoItem
Flags: Read / Write
Default value: -1
“height”
property “height” int
height.
Owner: RygelVideoItem
Flags: Read / Write
Default value: -1
“subtitles”
property “subtitles” GeeArrayList *
subtitles.
Owner: RygelVideoItem
Flags: Read / Write
“thumbnails”
property “thumbnails” GeeArrayList *
thumbnails.
Owner: RygelVideoItem
Flags: Read / Write