Top |
#define | RYGEL_TYPE_VIDEO_ITEM |
#define | RYGEL_VIDEO_ITEM_UPNP_CLASS |
struct | RygelVideoItem |
struct | RygelVideoItemClass |
#define RYGEL_TYPE_VIDEO_ITEM (rygel_video_item_get_type ())
The type for RygelVideoItem.
struct RygelVideoItem { RygelAudioItem parent_instance; RygelVideoItemPrivate * priv; };
Represents a video item.
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.