RygelVideoItem

RygelVideoItem — Represents a video item.

Synopsis

#define             RYGEL_TYPE_VIDEO_ITEM
#define             RYGEL_VIDEO_ITEM_UPNP_CLASS
RygelVideoItem *    rygel_video_item_new                (const gchar *id,
                                                         RygelMediaContainer *parent,
                                                         const gchar *title,
                                                         const gchar *upnp_class);
struct              RygelVideoItem;

Description

Details

RYGEL_TYPE_VIDEO_ITEM

#define RYGEL_TYPE_VIDEO_ITEM (rygel_video_item_get_type ())

The type for RygelVideoItem.


RYGEL_VIDEO_ITEM_UPNP_CLASS

#define RYGEL_VIDEO_ITEM_UPNP_CLASS "object.item.videoItem"

rygel_video_item_new ()

RygelVideoItem *    rygel_video_item_new                (const gchar *id,
                                                         RygelMediaContainer *parent,
                                                         const gchar *title,
                                                         const gchar *upnp_class);

struct RygelVideoItem

struct RygelVideoItem {
	RygelAudioItem parent_instance;
	RygelVideoItemPrivate * priv;
	gchar* author;
	GeeArrayList* subtitles;
};

Represents a video item.