![]() |
![]() |
![]() |
librygel-renderer-gst Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define RYGEL_PLAYBIN_TYPE_PLUGIN
#define RYGEL_PLAYBIN_PLUGIN_NAME
RygelPlaybinPlugin * rygel_playbin_plugin_new (void
);
struct RygelPlaybinPlugin;
struct RygelPlaybinPluginClass;
GObject +----GUPnPResourceFactory +----RygelPlugin +----RygelMediaRendererPlugin +----RygelPlaybinPlugin
#define RYGEL_PLAYBIN_TYPE_PLUGIN (rygel_playbin_plugin_get_type ())
The type for RygelPlaybinPlugin.
struct RygelPlaybinPlugin;
Implementation of RygelMediaRendererPlugin for GStreamer.
This class is useful only when implementing Rygel plugins.
struct RygelPlaybinPluginClass { RygelMediaRendererPluginClass parent_class; };
The class structure for RYGEL_PLAYBIN_TYPE_PLUGIN
. All the fields in this structure are private and should never be accessed directly.
RygelMediaRendererPluginClass |
the parent class structure |