Top |
#define RYGEL_TYPE_SUBTITLE (rygel_subtitle_get_type ())
The type for RygelSubtitle.
struct RygelSubtitle { GTypeInstance parent_instance; volatile int ref_count; RygelSubtitlePrivate * priv; gchar* uri; gchar* mime_type; gchar* caption_type; gchar* file_extension; gint64 size; };
Represents a subtitle for a video.
struct RygelSubtitleClass { GTypeClass parent_class; void (*finalize) (RygelSubtitle *self); RygelMediaResource* (*get_resource) (RygelSubtitle* self, const gchar* protocol, gint index); };
The class structure for RYGEL_TYPE_SUBTITLE
. All the fields in this structure are private and should never be accessed directly.